#typescript #node #nodejs #back-end #javascript #cli

app ths

Command Line Application for scaffolding Node.js network applications

3 unstable releases

0.2.1 Jul 15, 2022
0.2.0 Jul 5, 2022
0.1.0 Jul 5, 2022

#127 in #backend

Apache-2.0

43KB
537 lines

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

Dependencies

~8–19MB
~248K SLoC