-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version: 2.0.0
- Loading branch information
Showing
5 changed files
with
1,226 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,4 @@ The above command generates a new Readymade project in the my-app directory. The | |
- `script` run script after install (default = yarn dev) | ||
- `ssh` use ssh instead of https for git clone (default = [email protected]) | ||
- `npm` use npm instead of yarn (default is yarn) | ||
|
||
### Examples | ||
|
||
Clone the default readymade-ui/starter repository into a directory called my-app over ssh from a custom git server, install dependencies and run scripts with npm | ||
|
||
```bash | ||
npx primr my-app --ssh [email protected] --npm | ||
``` | ||
|
||
Clone another repository into a directory called foo-server, run the serve script post install. | ||
|
||
```bash | ||
npx primr foo-server --repo steveblue/bazel-typescript-starter --script serve | ||
``` | ||
- `open` open the default http server |
Oops, something went wrong.