Scaffold for the-projects


Keywords
the, scaffold
License
MIT
Install
npm install the-scaffold@3.1.3

Documentation

the-scaffold

Build Status npm Version JS Standard

Scaffold for the-projects

Installation

$ npm install the-scaffold --save

Usage

#!/usr/bin/env node

'use strict'

const theScaffold = require('the-scaffold')

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

CLI Usage

Install as a global module

$ npm install the-scaffold -g

Then,

# Generate task project
the-scaffold component "my-projects/my-custom-component"

Types

Available template types

License

This software is released under the MIT License.

Links