An open API service indexing awesome lists of open source software.

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.

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