create-any-cli

Simple but highly flexible scaffolding CLI and Node API.

Usage no npm install needed!

<script type="module">
  import createAnyCli from 'https://cdn.skypack.dev/create-any-cli';
</script>

README

create-any-cli

Powered by Immowelt Build Status Dependency Status devDependency Status Renovate enabled semantic-release

Simple but highly flexible scaffolding CLI and Node API.

Installation

To install the latest stable version:

yarn global add create-any-cli

CLI Features

  • Interactively create templates via inquirer prompts or pass arguments via CLI flags.
  • Highly flexible template syntax and configuration.
  • Share your templates via npm or keep them private inside your application.
  • No copy & paste of existing modules, stop doing repeating tasks, enjoy developing stuff instead.

Node API Features

  • Stop re-writing everything from scratch when writing your own create-*-app CLI.
  • Highly flexible API based upon Promises.

Documentation

Contributing

See the CONTRIBUTING.md file at the root of the repository.

Licensing

See the LICENSE file at the root of the repository.