🎢 One-stop station for SCF(serverless cloud functions) development and management.
📜 English Doc
|
📜 中文文档
🎢 One-stop station for SCF(serverless cloud functions) development and management.
# 1. clone this repository to your develop machine
git clone git@github.com: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:
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.