create-robuild
v0.0.3
Published
Create a new robuild project
Maintainers
Readme
create-robuild
Scaffold a new robuild project.
Usage
# npm
npm create robuild@latest
# pnpm
pnpm create robuild@latest
# yarn
yarn create robuild@latest
# bun
bun create robuild@latestOptions
# Create with specific path
npm create robuild@latest my-project
# Create with specific template
npm create robuild@latest my-project --template minimalTemplates
| Template | Description |
|----------|-------------|
| default | Standard TypeScript library |
| minimal | Bare minimum setup |
| cli | Command line tool |
| monorepo | Multiple packages workspace |
License
MIT
