@gladtek/launch-cooper
v0.0.1
Published
Scaffold a new project with the Cooper Astro Boilerplate
Downloads
181
Maintainers
Readme
Gladtek App Creator
A CLI tool to scaffold new projects using the Cooper Astro Boilerplate.
Usage
Local Development
To test the CLI locally:
Navigate to the
clidirectory:cd cliRun the CLI:
node index.js
Features
- Interactive Prompts: Choose your project name.
- Git Initialization: Automatically initializes a new git repository.
- Dependency Installation: Automatically installs dependencies via
npm install. - Smart Setup: Updates
package.jsonwith your project name and version.
