We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434c465 commit cab9d85Copy full SHA for cab9d85
README.md
@@ -0,0 +1,26 @@
1
+# IvyJS installer
2
+Used to create new IvyJS application from boilerplate.
3
+
4
+### Usage
5
6
+In your command line, write:
7
+```
8
+npm install -g ivy-cli
9
10
11
+for npm, or
12
13
+yarn global add ivy-cli
14
15
16
+for yarn, in order to setup the ivy installer.
17
18
+After that ivy command is going to be available globaly.
19
20
+To create a new project, just run:
21
22
23
+ivy new ${project name}
24
25
26
+for example ```ivy new blog```, and a new folder named "blog", which includes the application boilerplate is going to be created.
0 commit comments