1.3.3 • Published 6 years ago

create-any-cli v1.3.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.