Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
feat: Add interactive menu to list and run the most important scripts
Browse files Browse the repository at this point in the history
The menu is based on [ntl](https://github.com/ruyadorno/ntl) can be invoked by running:

```
npm run tasks
```
  • Loading branch information
mischah committed May 3, 2018
1 parent 8c84d59 commit 37c36e9
Show file tree
Hide file tree
Showing 3 changed files with 5,043 additions and 4,537 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,12 @@ Once you complete the setup, you'll be able to run various npm scripts from the
| `npm run build:analyze` | *Starts »webpack bundle analyzer« to visualize size of webpack output files* |


There a lot more scripts defined in the `package.json` but most of the other ones are used to combine scripts. We recommend using a tool like [npm task list](https://github.com/ruyadorno/ntl) which provides an interactive CLI menu to list and select npm scripts.
>**🔥 Tip:**
>There a lot more scripts defined in the `package.json`, but most of the other ones are used to combine scripts. Therefore we have set up an interactive CLI menu to list and run the most importants npm scripts via:
>
>```
>$ npm run tasks
>```
Running those scripts will create a bunch of directories and files which aren’t under version control. Do not be concerned if you see these resources:

Expand Down

0 comments on commit 37c36e9

Please sign in to comment.