0.2.0 • Published 7 years ago

gulp-annotate v0.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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.