grease
v0.0.2
Published
Painless cross-platform JS application packager
Downloads
3
Readme
Simple packaging for cross-platform Cordova and node-webkit applications.
Installation
As a CLI:
npm install -g grease
As a module:
npm install --save grease
Quick start
grease create foo
cd foo
grease run
For more information, just run
grease
for usage information.
Usage as a module
var grease = require('grease');
grease.run();
Running tests
To run tests, clone the repository and run the following from inside the directory:
npm install
npm test
License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2014 Cam Pedersen <[email protected]>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.