1.2.3 • Published 9 years ago
o-tools-livescript v1.2.3
O-Tools for LiveScript
build and watch scripts for LiveScript developers
This NPM module provides the build and watch scripts for compiling LiveScript code bases.
Usage
add
o-tools-livescriptto your codebase:$ npm install --save-dev o-tools-livescriptadd
./binto youPATHenvironment variableremove the files
bin/buildandbin/watchfrom your code base if you plan on using the versions provided by this library
Now you can run build to compile source code in src to dist,
and watch to do this continuously on every file change.
Release a new version
$ publish <patch|minor|major>The new version is pushed by the CI server, which can take a few minutes.