bun-cli 0.1.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.
[dependencies.clap]
features = ["derive"]
version = "4.5.3"

[dependencies.comfy-table]
version = "7.1.0"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.inquire]
version = "0.7.4"

[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.1.0"