bun-cli 0.2.0

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.
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Kevin Arce <arcex@proton.me>"]
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.2.0"