shit-and-sticks
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i shit-and-sticks

Weekly Downloads

0

Version

1.1.0

License

GPL-3.0

Last publish

Collaborators

  • trousev