Package Exports
- generator-kd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-kd.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
kd.js project generator
Yeoman generator that scaffolds out a kd.js web project for kd.js framework that we built Koding with it.


Features
- (new) Auto created tests with Mocha and Puppeteer
- (new) Serving kd.js with vendoring from a separate file
- (new) File watcher for coffee, stylus and test suite changes
- (new) Support for re-create generated files w/ Yeoman 2.0
- (new) Npm helper scripts covers gulp tasks ~no need to install global gulp
- Built-in preview server with Browsersync
- Automagically compile Coffeescript
- Automagically compile Stylus
- Sourcemap support for coffee files
- Production support which uglifies and minifies exported files
For more information on what generator-kd.js
can do for you, take a look at the Gulp tasks used in our package.json
.
Getting Started
$ npm install -g yo generator-kd.js # install kd generator and yeoman
$ mkdir awesome-project; cd $_ # create a new project dir, enter it
$ yo kd.js # generates the project and runs `npm install`
$ npm start # for building and preview
# if not opens automagically visit
# [localhost:9000](http://localhost:9000)