Skip to content

Commit

Permalink
Update the readme with npx option (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
renjithgr committed Dec 16, 2020
1 parent c1792c3 commit 75a322c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@


## Usage
`scaffold-static new <project_name>`
If you have installed `scaffold-static` globally,

```sh
scaffold-static new <project_name>
```

or, you could use it with `npx`
```sh
npx scaffold-static new <project_name>
```

- Supply `--use-npm` to use `npm` as the package manager.

Expand Down

0 comments on commit 75a322c

Please sign in to comment.