0.1.3 • Published 9 years ago

npb-coffee v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

NPB -- code by coffee-script

Npb is an auxiliary command tool to help developer build node project more convenient.

Install

>> (sudo) npm install -g npb-coffee

Update

>> (sudo) npm update -g npb-coffee

Command

Helper

  • Check Step
npb check
  • Show config
npb show

Step

Uninitialized:

npb.cson not exist

npb init

Unsynchronized:

bower.json or package.json not exist

npb sync

Uninstalled:

bower_components or node_modules not exist

  • Clean
npb clean
  • Install
npb install
  • reInstall
npb reinstall

init build tools

npm install npb-coffee
npm install coffee-script

>> Grunt
npm install grunt
npb grunt
>> gulp
npm install gulp
npb gulp

License

Licensed under MIT

Copyright (c) 2015 CN FooTearth