azk-core
azk-core
has the main tools and frameworks to compose azk environment packages. It uses babel to transpile ES6/ES7 to ES5. To start new projects that follow azk standards, you can go with azk-projects-boilerplate
utilities
- Q
- lazyrequire
- isBlank
- os
- version
- dlog
- Dynamic
- envDefaultArray
- envs
- path
- fs
- async
- defer
- Log
- ConfigAzk
- NetUtils
- Utils
npm dependencies
before start
$ npm install
test + lint (no watch)
$ gulp
test + lint + watch
$ gulp test
test + watch (no-lint)
$ gulp test-no-lint
publish a patch to npm
$ npm run-script patch