Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orhun/cargo-nocode
Cargo subcommand to easily bootstrap nocode applications. Write nothing; deploy nowhere.
https://github.com/orhun/cargo-nocode
nocode rust
Last synced: about 2 months ago
JSON representation
Cargo subcommand to easily bootstrap nocode applications. Write nothing; deploy nowhere.
- Host: GitHub
- URL: https://github.com/orhun/cargo-nocode
- Owner: orhun
- License: apache-2.0
- Created: 2023-06-25T14:02:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T07:25:57.000Z (over 1 year ago)
- Last Synced: 2024-10-05T16:28:01.980Z (2 months ago)
- Topics: nocode, rust
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 30
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## `cargo-nocode`
> [No code](https://github.com/kelseyhightower/nocode) 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
```sh
$ 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
```sh
Usage: cargo-nocodePossible 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:
```sh
cargo install cargo-nocode
```#### License
All code is licensed under The Apache 2.0 License.