Skip to content

shikaan/gulp-annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-annotate

Build Status Coverage Status

NPM

Makes Gulp write the boring parts of your code!

Installation

Run

    npm install --save gulp-annotate

Features

  • gulpAnnotate.load: replaces @Load annotation with a list of file paths.
  • gulpAnnotate.noCache: prevents file to be cached by browser

Upcoming

  • gulpAnnotate.objectIgnore: makes a property not enumerable

Usage

Contributing

You can contribute to this project.

  1. Fork this repo;

  2. Install dependencies

    npm install

  3. Write your wonderful code

  4. Before pull-requesting please run:

npm test
npm run lint

Only linted and tested requests will be accepted.

Releases

No releases published

Packages

No packages published