This package has been deprecated

Author message:

move to @the-/scaffold ( https://github.com/the-labo/the/tree/master/packages/scaffold#readme )

the-scaffold

4.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i the-scaffold

Weekly Downloads

14

Version

4.0.0

License

MIT

Unpacked Size

7.08 MB

Total Files

375

Last publish

Collaborators

  • okunishinishi