#no-code #applications #deployment #nothing #write #cargo-subcommand #secure

app cargo-nocode

Cargo 子命令,用于轻松启动无代码应用程序。写无代码;部署无地。

3 个版本

0.1.2 2023年6月25日
0.1.1 2023年6月25日
0.1.0 2023年6月25日

#2441命令行工具

Apache-2.0

6KB

cargo-nocode

无代码 是编写安全和可靠应用程序的最佳方式。写无代码;部署无地。

cargo-nocode旨在将无代码方法引入Rust生态系统!🦀

快速入门指南

$ 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

安装

只需闭上眼睛假装。

或者您可以从crates.io安装

cargo install cargo-nocode

许可证

所有代码均根据Apache 2.0许可证许可。

无运行时依赖项