cargo-nocode
No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.
cargo-nocode
aims to bring the nocode approach to the Rust ecosystem! 🦀
```sh $ cargo-nocode init
$ cat nocode.rs
$ cargo-nocode build
$ cargo-nocode run
$ cargo-nocode deploy
```
```sh
Usage: cargo-nocode
Possible commands: - init initialize a nocode applicaton - build build the nocode application - run run the nocode application - deploy deploy the nocode application ```
Just close your eyes and pretend.
Or you can install from crates.io:
sh
cargo install cargo-nocode
All code is licensed under The Apache 2.0 License.