Skip to content

ivyjs/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 31, 2017
930bc29 · Mar 31, 2017

History

8 Commits
Mar 16, 2017
Mar 16, 2017
Mar 24, 2017
Mar 31, 2017

Repository files navigation

IvyJS installer

Used to create new IvyJS application from boilerplate.

Usage

In your command line, write:

npm install -g ivy-cli 

for npm, or

yarn global add ivy-cli

for yarn, in order to setup the ivy installer.

After that ivy command is going to be available globaly.

To create a new project, just run:

ivy new ${project name}

for example ivy new blog, and a new folder named "blog", which includes the application boilerplate is going to be created.

Releases

No releases published

Packages

No packages published