https://github.com/r4ai/templates
個人用のテンプレート集
https://github.com/r4ai/templates
Last synced: 7 months ago
JSON representation
個人用のテンプレート集
- Host: GitHub
- URL: https://github.com/r4ai/templates
- Owner: r4ai
- Created: 2023-11-18T02:11:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:13:08.000Z (7 months ago)
- Last Synced: 2024-12-13T13:23:49.379Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@r4ai/create-project
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# templates
[](https://github.com/r4ai/templates/actions/workflows/ci.yml)
[](https://github.com/r4ai/templates/actions/workflows/cd.yml)Templates for personal projects
## Quick Start
Run the following command to create a new project:
```
bun create @r4ai/project
```Answer the questions and you're ready to go!
> [!NOTE]
> For other package managers, use the following commands:
>
> | Package Manager | Command |
> | --------------- | ----------------------------------- |
> | npm | `npm create @r4ai/project` |
> | pnpm | `pnpm create @r4ai/project` |
> | yarn | `yarn create @r4ai/project` |
> | bun | `bun create @r4ai/project` |
> | deno | `deno run npm:@r4ai/create-project` |