natron-cli

0.1.1 • Public • Published

natron-cli

Run Tasks from the Command-Line

Version Downloads Build Status

Gitter Chat

This module is part of Natron and contains the command-line utility for running tasks defined in the natronfile.

Usage

$ natron taskName [...taskArgs]

Example

natronfile.js

export function greet(name: string): void {
  console.log(`Hello ${name}`);
}

.natronrc

{
  "transpiler": "babel"
}

/natron-cli/

    Package Sidebar

    Install

    npm i natron-cli

    Weekly Downloads

    2

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • natron
    • stefanr