0.1.0
Managing JavaScript dependencies without wrappers made easy.
Depend.js is open source with a public repository on GitHub.
You need Gulp installed globally:
$ npm i -g gulp$ git clone https://github.com/martyfmelb/dependjs.git
$ cd dependjs
$ npm i -d
$ gulp serveAnd pluck depend.js out of /tmp/. (A hasty release indeed!)
Want to contribute? Great!
depend.js uses Yeogurt (Gulp + Nunjucks + SCSS + RequireJS + Babel + Mocha + Chai + Karma) for a fast ES6 workflow with unit testing.
Open your favorite Terminal and run these commands.
First Tab:
$ gulp serveSecond Tab:
$ gulp test --watch- Minified build to
/build
MIT