Skip to content

realglobe-Inc/pon-scaffold

Repository files navigation

Title Banner

Build Status npm Version JS Standard

Scaffold generator for pon

Installation

$ npm install pon-scaffold -g

Usage

#!/usr/bin/env node

'use strict'

const ponScaffold = require('pon-scaffold')

// Generate module project
ponScaffold(
  'task', // Type
  'my-projects/my-custom-task', // Destination directory
  {
    force: false
  }
)
  .then(() => console.log('done!'))
  .catch((err) => console.error(err))

CLI Usage

Install as a global module

$ npm install pon-scaffold -g

Then,

# Generate task project
pon-scaffold task "my-projects/my-custom-task"

Types

Available template types

License

This software is released under the Apache-2.0 License.

Links