0.0.2 • Published 11 years ago
grease v0.0.2
Simple packaging for cross-platform Cordova and node-webkit applications.
Installation
As a CLI:
npm install -g greaseAs a module:
npm install --save greaseQuick start
grease create foo
cd foo
grease runFor more information, just run
greasefor 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 testLicense
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2014 Cam Pedersen <cam@campedersen.com>
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.