0.1.2 • Published 7 years ago

vow-x v0.1.2

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

vow-x

Installation

npm install -S vow-x

Development

  • npm run build - build
  • npm run watch - watch files, build whenever there are changes
  • npm run lint - lint code
  • npm run test - test code
  • npm run gen-doc - generate doc

About dependencies

  • babel-cli: provide babel for for transpiling on the command line.
  • babel-preset-es2015-node: preset transpile full ES6 to the partial ES6 supported by Node.js.
  • babel-polyfill: if import it, it adds whatever is missing from the ES6 standard library, globally.
  • source-map-support: provides support for source maps on Node.js.
0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago