1.1.2 • Published 7 years ago

pingue-cli v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

pingue-cli

Javascript interactive command-line app for webpack-typescript-boilerplate

Installing

npm install -g pingue-cli 

Usage

# help information :
pq --help

# create new project:
pq new <project_name>
# or with alias
pq n <project_name>

# after finish you can start boilerplate
cd <project_name> && npm start

# generate new page (eg. 'about', 'contact'):
pq generate:page <page_name>
# or with alias:
pq g:page <page_name>

More

More information about boilerplate (configuration, file structure etc.) you can find on the webpack-typescript-boilerplate

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago