flit

0.0.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i flit

Weekly Downloads

0

Version

0.0.9

License

MIT

Last publish

Collaborators

  • bitt