jsbuilder

0.0.4 • Public • Published

JSBuilder

JSBuilder is a package builder for node.js! It uses uglify-js to compress all Javascript files and soon it will be able to do the following things for you:

  • Compress Javascript files.
  • Compress CSS files.
  • Run tests and create output file.
  • Create documentation.

Currently is only supports the compressing of Javascript files.

If your project contains a "config.json" file all settings will be overwritten by this file.

Config.js settings:

{ "javascript": { "outputFile: "outputfile.js", "files": [ "file1.js", "file2.js", "etc.." ] } }

Command line:

node jsbuild [-dir $directory] [-min [$outputFile]] [-files $files]

Readme

Keywords

none

Package Sidebar

Install

npm i jsbuilder

Weekly Downloads

2

Version

0.0.4

License

none

Last publish

Collaborators

  • dmeijboom