1.1.2 • Published 8 years ago

pingue-cli v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago