https://github.com/4lch4/bun-cli-template
A template to create a new CLI app using the Bun runtime and Commander framework.
https://github.com/4lch4/bun-cli-template
boilerplate boilerplate-template template
Last synced: 3 months ago
JSON representation
A template to create a new CLI app using the Bun runtime and Commander framework.
- Host: GitHub
- URL: https://github.com/4lch4/bun-cli-template
- Owner: 4lch4
- License: mit
- Created: 2024-03-06T21:05:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T14:22:55.000Z (about 1 year ago)
- Last Synced: 2025-02-26T17:52:53.829Z (3 months ago)
- Topics: boilerplate, boilerplate-template, template
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bun CLI Template
This repository is a template for creating a new CLI project that runs using the Bun runtime but with my (`@4lch4`) preferred setup.
> [!IMPORTANT]
> NOTE: When you create a new project from this template w/ Boilerpate this `README.md` and the `Taskfile.yml` file will **NOT** be included. The README will be replaced with the new project's README file, based off the [`README.tmpl.md`][2] file.## Usage
In order to "properly" use this template you have two options, both of which require you to install [the Boilerplate CLI tool][0] from [Gruntwork][1]:
- Run the required `boilerplate` command to create a new project using this template:
```sh
boilerplate --template-url "[email protected]:4lch4/Bun-CLI-Template.git" --output-folder ""
```- Install my (`@4lch4`) Sebastian CLI tool and use it to create a new project from this template:
```sh
sebastian create project
```[0]: https://github.com/gruntwork-io/boilerplate
[1]: https://gruntwork.io
[2]: ./README.tmpl.md