Skip to content

Commit

Permalink
feat: esm
Browse files Browse the repository at this point in the history
version: 2.0.0
  • Loading branch information
steveblue committed Oct 12, 2024
1 parent 973b232 commit 3cf24f9
Show file tree
Hide file tree
Showing 5 changed files with 1,226 additions and 492 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
223 changes: 0 additions & 223 deletions index.js

This file was deleted.

Loading

0 comments on commit 3cf24f9

Please sign in to comment.