bun-cli 0.3.2

Bun CLI Generator is a command-line tool built in Rust, designed to streamline the process of setting up new Bun projects. With a simple command, users can generate a basic Bun project structure, including necessary configuration files and a ready-to-go project setup, saving time and setting a standard structure for Bun applications.
Documentation
[[bin]]
name = "bun-cli"
path = "src/main.rs"

[lib]
name = "bun_cli"
path = "src/lib.rs"

[package]
authors = ["Kevin Arce <arcex@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Bun CLI Generator is a command-line tool built in Rust, designed to streamline the process of setting up new Bun projects. With a simple command, users can generate a basic Bun project structure, including necessary configuration files and a ready-to-go project setup, saving time and setting a standard structure for Bun applications."
edition = "2021"
homepage = "https://github.com/KevinArce/bun-cli"
keywords = ["cli", "search", "demo"]
license = "MIT OR Apache-2.0"
name = "bun-cli"
readme = "README.md"
repository = "https://github.com/KevinArce/bun-cli"
version = "0.3.2"