shit-and-sticks
v1.1.0
Published
A toolset for building javascript apps on the top of shit and sticks
Readme
Boilerplate for regular javascript application with
- Routing (crossroads)
- Templates (nunjucks)
- Bootstrap
Also features:
- Typescript as only developming language
- Minification with sourcemaps for comfortable debugging
How to use:
- Create a new npm application (using
npm init) - Write
npm install shit-and-sticks - Create gulpfile.js. Write there:
var gulp = require('gulp');
require('shit-and-sticks/gulp')({libraries: ['bootstrap/dist']});
gulp.task('default', ['simpleapp:build']);- Run
gulp simpleapp:boilerplate
Congratulations! You're web developer. Just run gulp to re-build Your application.
