Skip to content
CLI for pon
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets/images
bin
ci
doc
example
lib
misc/mock/mock-project-01
test
.LICENSE.bud
.README.md.bud
.gitignore
.npmignore
.travis.yml
LICENSE
README.md
package-lock.json
package.json
signature.json

README.md

Title Banner

Build Status npm Version JS Standard

CLI for pon

Installation

$ npm install pon-cli -g

Usage

Create Ponfile.js at your project root and define tasks there.

'use strict'

const pon = require('pon')

module.exports = pon({
  'myapp:do': async function doSomething () {
    /* ... */
  }
})

Then, call task from command line

pon myapp:do

License

This software is released under the Apache-2.0 License.

Links

You can’t perform that action at this time.