Coder Social home page Coder Social logo

ready.js's Introduction

Ready.js : continuous integration using jslint and node

What does it do?

  1. Check if your javascript are valid with jslint.
  2. Minify your javascript with Closure Compiler (optimize and minify your code).
  3. Watch your javascript files for jslint while you're coding.
  4. Create an aggregated file of all your javascripts.

Installation

npm install ready.js

Usage

usage: 
  readyjs path/to/src path/to/dest [options] 

options:
  -w | --watch            SRC       watch the files with JSLint in SRC
  -o | --order            FILES     specify an order (ex : --order "jquery.js, jquery.ui.js")
  -e | --exclude          FILES     exclude the FILES from JSLint and compilation (ex : -e "jquery.js")
  -i | --installcompiler  PATH      install the google compiler specified by PATH
  -compiledext            EXT       the compiled javascripts will have EXT as an extension
  -aggregateto            FILENAME  the compiled javascripts will be aggregated to this FILENAME
  
  --keep                  will keep the individual minified files
  --nojslint              will not run JSLint
  --nocompiler            will not run the compiler
  --norecursive           will not look for files recursively
  
JsLintOptions:
  You can use any jsLint options (http://bit.ly/jslintoptions) as an argument.
  Example : readyjs /source /dest --evil --maxlen=80

[Use a config file]
readyjs path/to/config.file.js [options] (see http://j.mp/readyjsconfig)

Continuous integration

  1. run npm install ready.js
  2. run echo 'readyjs path/to/src path/to/dest' >> .git/hooks/pre-commit

Want to know more?

ready.js's People

Contributors

dsimard avatar cmilfont avatar fkei avatar

Watchers

Ray Hyman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.