gulp-project-template

0.0.4 • Public • Published

gulp.js project template

NPM version

This is a template or a initial setup for a simple gulp project. It aims to provide some common tasks to a web app development within a organized structure.

Structure

A sample project strucutre could be:

|-- app
|  |-- bower_modules
|  |-- assets
|  |  |-- styles
|  |  |  |-- style_one.scss
|  |  |  |-- style_two.scss
|  |  |-- scripts
|  |  |  |-- script_one.coffee
|  |  |  |-- script_two.coffee
|  |  |-- images
|  |-- index.html
|-- dist
|  |-- assets
|  |  |-- styles
|  |  |  |-- main.min.css
|  |  |-- scripts
|  |  |  |-- main.min.js
|  |  |-- images
|  |-- index.html
|-- node_modules
|-- test

Build tasks

The tasks this template aims are:

  • Compiles scss files
  • Minify styles
  • Compiles CoffeeScript files
  • Runs jsHint against js files
  • Runs mocha tests
  • Generates an optimized build
  • Starts a server
  • Watches for changes

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i gulp-project-template

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • bernardogfilho