📜 English Doc  | 📜 ä¸æ–‡æ–‡æ¡£
🎢 One-stop station for SCF(serverless cloud functions) development and management.
# 1. clone this repository to your develop machine
git clone [email protected]:we-mobius/mobius-scf.git
# 2. intialize the dependencies & register to gloal path
npm install && npm link
# 3. edit your project configurations
cp ./configs/secret.example.js ./configs/secret.js && code ./configs/secret.js
# 4. read instructions & user helps
cat ./docs/instructions.md
mobius-scf --help
mobius-scf account --help
mobius-scf function -- help
# 5. do what you want
# ...
All the relative documentations of detail, pls check ./docs
,which contains:
- Getting Started - How to Build & How to Use
- Instructions - Instructions
- Design Specification - Design Specification
- Todos - Todos & Roadmaps
- @cloudbase/cli - Tencent CloudBase Command-Line Interface 🤞
- mincloud - ifanr Cloud Command-Line Interface 🤞
- Cigaret - [email protected]
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.