@warungpintar/wpstart
v0.2.5
Published
Warung Pintar's javascript project initializer
Keywords
Readme
wpstart
Warung Pintar's javascript project initializer.
Includes babel + typescript, eslint, tslint, prettier.
wpstart works on macOS, Windows, and Linux.
Usage
Using npx:
npx @warungpintar/wpstart init my-appUsing npm / yarn:
npm i -g @warungpintar/wpstart # Or yarn global add @warungpintar/wpstart
wpstart init my-appOther Commands
wpstart --helpLocal Development
To locally test your changes
yarn build && npm packthis will generate a .tgz based on name and version inside package.json, then simply run
npm i -g NAME-VERSION.tgz