ths

Crates.ioths
lib.rsths
version0.2.1
sourcesrc
created_at2022-07-05 00:41:53.375296
updated_at2022-07-15 17:14:28.304815
descriptionCommand Line Application for scaffolding Node.js network applications.
homepage
repositoryhttps://github.com/opeolluwa/thunderstorm.rs
max_upload_size
id619328
size143,612
Adeoye Adefemi (opeolluwa)

documentation

README

Thunderstorm.rs ⛈️

Rust Command Line Application for setting up Node.js backend applications.

Installation

thunderStorm.rs is currently distributed via crates.io.

Usage

The shell command ths is available to you. Pass the path you want the application to be created

# crate a new application in a folder called `app`
$ ths create --path ./app

# or using the short option for run
$ ths create -p ./app

To create application in current directory run

$ ths init

To see more available options run

$ ths --help

Features

  • Setup Express/JavaScript application
  • Setup Express/Typescript application
  • Extend CLI configuration
  • Setup test suit for network applications
  • Use preferred Package manager 📦
  • Setup project directory
  • Ships with nodemon

Demo

See demo

License

MIT

Contributing

Contributions are always welcome!

Feedback

If you have any feedback, please reach out to me adefemiadeoye@yahoo.com

Commit count: 84

cargo fmt