0.8.1 • Published 8 years ago

rejs v0.8.1

Weekly downloads
8
License
Zlib
Repository
github
Last release
8 years ago

rejs NPM Version LICENSE

A Vanilla JS Module Builder.

           _
 _ __ ___ (_)___
| '__/ _ \| / __|
| | |  __/| \__ \
|_|  \___|/ |___/
         |__/

What does rejs do?

rejs resolves JavaScript file order for you to create single JavaScript files from multiple sources without any dependency lookup errors. resolve_file_order

Install

With npm do:

npm install -g rejs

Usage

Usage:
    rejs [options] [file ...]

Examples:
    rejs foo.js bar.js baz.js
    rejs --out out.js foo.js bar.js baz.js

Options:
  -h, --help     Print this message
  -o, --out      Output to single file
  -v, --version  Print rejs version

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
0.8.1

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago