Skip to content

Commit cab9d85

Browse files
author
Aleksa Stankovic
authored
Create README.md
1 parent 434c465 commit cab9d85

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)