Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelengstrom committed May 14, 2024
2 parents a90219f + 218e25a commit 8ea0859
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ Jewl is intended to be used on a project basis and not as a global install. To s
1) Run `npm i --save-dev @frojdagency/jewl-cli`
2) Add `"jewl": "npx jewl-cli"` to your `scripts` property in your package.json
3) Run `npm run jewl init` in your project and follow the interactive CLI interface
4) Add `jewlconfig.json` to your VCS and make your first commit with jewl
4) jewl added `jewlconfig.json` to your VCS. Make your first commit `git commit -m "Set up Jewl"`

From here on, you could explore the available components, containers and layouts via `npm run jewl -- list` and clone them
From here on, you could explore the available components, containers and layouts via `npm run jewl list` and clone them
via `npm run jewl clone Hero MyHero`

View all available commands with `npm run jewl`

See [Commands](#commands) for further documentation

<!-- projectsetupstop -->
Expand Down

0 comments on commit 8ea0859

Please sign in to comment.