oyvindkinsey / jsBuildKit

A simple to use toolkit for providing build/compilation actions for Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsBuildKit is a toolkit that provides handy build tools for Javascript.

The tools consist of preprocessors, validators and postprocessors and will be usable in automated build systems.


So far the following is present
	validators:
		fulljslint 
	preprocessors:
		jsContract - instruments the code with Contracts
		ifdef - includes code based on conditional comments
	postprocessors:
		js-beautify - beautifies the code

About

A simple to use toolkit for providing build/compilation actions for Javascript


Languages

Language:JavaScript 100.0%