scaffold-kit-cli

Create scaffold kit scaffold tools.

Usage no npm install needed!

<script type="module">
  import scaffoldKitCli from 'https://cdn.skypack.dev/scaffold-kit-cli';
</script>

README

Scaffold Kit CLI

NPM version Build Status Test Coverage Dependency Status License

Scaffold Kit CLI is a scaffolding tool based on Scaffold Kit which generates Scaffold Kit scaffolding tool. 😝

Installation

npm install scaffold-kit-cli -g

Usage

Create a new scaffolding tool project

scaffold-kit app path/to/the-new-app

Create a new command

scaffold-kit command command_name

Create a new command with existing project as a template

scaffold-kit command command_name --copy-templates path/to/the-templates

Documentation

For documentations, please navigate to Scaffold Kit website.