foxmayn-cli
v1.0.0
Published
Scaffold Foxmayn project templates
Readme
foxmayn-cli
Scaffold project templates with a single command.
Usage
npx foxmayn-cli <template> [dir]| Argument | Description | Default |
| ---------- | ------------------------------------- | ------------- |
| template | Template to scaffold (see list below) | required |
| dir | Directory to clone into | . (current) |
Templates
| Name | Description |
| --------- | ---------------- |
| website | Website template |
| app | App template |
Examples
# Scaffold a website into a new folder
npx foxmayn-cli website my-site
# Scaffold an app into the current directory
npx foxmayn-cli appAfter scaffolding, install dependencies and start the dev server:
pnpm install && pnpm devRequirements
- Node.js ≥ 18
License
ISC
