0.2.5 • Published 4 years ago

@warungpintar/wpstart v0.2.5

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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-app

Using npm / yarn:

npm i -g @warungpintar/wpstart # Or yarn global add @warungpintar/wpstart
wpstart init my-app

Other Commands

wpstart --help

Local Development

To locally test your changes

yarn build && npm pack

this will generate a .tgz based on name and version inside package.json, then simply run

npm i -g NAME-VERSION.tgz
0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.0

5 years ago