cargo-nocode

Crates.iocargo-nocode
lib.rscargo-nocode
version0.1.2
sourcesrc
created_at2023-06-25 14:00:33.146989
updated_at2023-06-25 20:42:37.461778
descriptionCargo subcommand to easily bootstrap nocode applications. Write nothing; deploy nowhere.
homepagehttps://github.com/orhun/cargo-nocode
repositoryhttps://github.com/orhun/cargo-nocode
max_upload_size
id899502
size13,405
Orhun Parmaksız (orhun)

documentation

README

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! 🦀

Quickstart guide

$ cargo-nocode init
# this will create nocode.rs file which follows the nocode guidelines
# now we're ready to write no code!

$ cat nocode.rs
# absolutely empty

$ cargo-nocode build
# does nothing

$ cargo-nocode run
# does nothing

$ cargo-nocode deploy
# does nothing

Usage

Usage: cargo-nocode <command>

Possible commands:
- init    initialize a nocode application
- build   build the nocode application
- run     run the nocode application
- deploy  deploy the nocode application

Installation

Just close your eyes and pretend.

Or you can install from crates.io:

cargo install cargo-nocode

License

All code is licensed under The Apache 2.0 License.
Commit count: 14

cargo fmt