@origamicore/core
v4.2.3
Published
OrigamiCore is a powerful Node.js framework that allows you to develop your project maintainable, fast and easily
Readme
TypeScript OrigamiCore
OrigamiCore is a powerful Node.js framework that allows you to develop your project maintainable, fast and easily
Installation
OrigamiCore requires Node.js v14+ to run.
install CLI
npm install @origamicore/cli@latest -gCreate Projects
occli --new projectName
occli -n projectNameAdd Module
occli --addservice moduleName
occli -a moduleNameStart Project
occli devStart Project as Bunjs
occli bunUI Editor
occli --ui {{port:default 4000}}Plugins
OrigamiCore is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
| Plugin | README |
| ------ | ------ |
| Endpoint(express,socket) | [https://www.npmjs.com/package/@origamicore/endpoint] |
| MongoDb | [https://www.npmjs.com/package/@origamicore/mongo] |
| Redis | [https://www.npmjs.com/package/@origamicore/redis] |
| EOSIO Hyperion | [https://www.npmjs.com/package/@origamicore/hyperion] |
| Semaphore | [https://github.com/origamicore/semaphore] |
| Google OAuth | [https://github.com/origamicore/google-oauth] |
