项目作者: we-mobius

项目描述 :
🎢 One-stop station for SCF(serverless cloud functions) development and management.
高级语言: JavaScript
项目地址: git://github.com/we-mobius/mobius-scf.git
创建时间: 2020-06-29T01:00:00Z
项目社区:https://github.com/we-mobius/mobius-scf

开源协议:GNU General Public License v3.0

下载




Thoughts Daily Logo


Standard - JavaScript Style Guide
Commitizen friendly


📜 English Doc
|
📜 中文文档

Mobius SCF

🎢 One-stop station for SCF(serverless cloud functions) development and management.

Documentation

  1. # 1. clone this repository to your develop machine
  2. git clone git@github.com:we-mobius/mobius-scf.git
  3. # 2. intialize the dependencies & register to gloal path
  4. npm install && npm link
  5. # 3. edit your project configurations
  6. cp ./configs/secret.example.js ./configs/secret.js && code ./configs/secret.js
  7. # 4. read instructions & user helps
  8. cat ./docs/instructions.md
  9. mobius-scf --help
  10. mobius-scf account --help
  11. mobius-scf function -- help
  12. # 5. do what you want
  13. # ...

All the relative documentations of detail, pls check ./docs,which contains:

Built With

  • @cloudbase/cli - Tencent CloudBase Command-Line Interface 🤞
  • mincloud - ifanr Cloud Command-Line Interface 🤞

Author

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.