Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ Your application will be installable from `npm` or by sharing your native execut

## Usage

### Adjust the name of your library

Change the "my-library" string in the package.json
`"bin": {
"my-library": "..."
}`

### Generate, install (globally) and run
`npm i`

`npm run generate`

### **dev**

`npm run dev`
Expand Down
Loading