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
- Built-in preview server with Browsersync
- Automagically compile Coffeescript
- Automagically compile Stylus
- File watcher for coffee and stylus changes
- 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 does `npm install`
$ gulp # for building and preview
# if not opens automagically visit
# localhost:9000