rocal-cli 0.3.0

CLI tool for Rocal - Full-Stack WASM framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod build;
pub mod init;
pub mod login;
pub mod migrate;
pub mod password;
pub mod publish;
pub mod register;
pub mod subscribe;
pub mod sync_servers;
pub mod unsubscribe;
pub mod utils;