Crates.io | cargo-nocode |
lib.rs | cargo-nocode |
version | 0.1.2 |
source | src |
created_at | 2023-06-25 14:00:33.146989 |
updated_at | 2023-06-25 20:42:37.461778 |
description | Cargo subcommand to easily bootstrap nocode applications. Write nothing; deploy nowhere. |
homepage | https://github.com/orhun/cargo-nocode |
repository | https://github.com/orhun/cargo-nocode |
max_upload_size | |
id | 899502 |
size | 13,405 |
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! 🦀
$ 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: 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
Just close your eyes and pretend.
Or you can install from crates.io:
cargo install cargo-nocode