vow-x
v0.1.2
Published
A simple promise helper
Downloads
4
Readme
vow-x
Installation
npm install -S vow-x
Development
npm run build
- buildnpm run watch
- watch files, build whenever there are changesnpm run lint
- lint codenpm run test
- test codenpm 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.