# For Mac
npm install appdec-cli-osx --global
# For Windows
npm install appdec-cli-win --global
# For Linux
npm install appdec-cli-linux --global
# then
appdec create --name mymodule
appdec run --name mymodule --watch --server
// init
npm install --global lerna
// install and test packages
npm run lerna-bootstrap
make lerna-test
// install and compile for browser tests
make install
make compile // required for node css fixture server
make test // and run this in separate window
Contributors guidelines (currently internal info)
build new binary on new version
Contributors guidelines (currently internal info)
// init
npm install --global lerna
// lerna-bootstrap for packages
npm run lerna-bootstrap
// or make install for acceptance tests
make install
// browser test
make test
// packages test
make lerna-test
// clean packages
make lerna-clean
make clean
git checkout package.json
git checkout jspm.config.js
// when publish
- *1 update in package.json version
- update babel-preset-app-decorators to same in *1
- packages/app-decorators-todomvc update preset