0.0.9 • Published 10 years ago

flit v0.0.9

Weekly downloads
13
License
MIT
Repository
github
Last release
10 years ago

Flit

A Flexable Javascript Task Runner.

Getting Started

1. Install flit-cli globally:

npm install -g flit-cli

2. Install flit in your project devDependencies:

npm install --save-dev flit

3. Create a flitfile.js at the root of your project:

module.exports = function (flit) {
	flit.task('default', function() {
	  	// place code for your default task here
	});
};

4. Run flit:

flit

The default task will run and do nothing.

To run individual tasks, use flit <task> <othertask> <@destination>.

Plugins

flit-contrib-flightplan

Flightplan plugin for using flightplan for streamlining application deployment or systems administration tasks.

Reference

orchestrator

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago