@origamicore/core
v4.2.2
Published
OrigamiCore is a powerful Node.js framework that allows you to develop your project maintainable, fast and easily
Downloads
204
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 -g
Create Projects
occli --new projectName
occli -n projectName
Add Module
occli --addservice moduleName
occli -a moduleName
Start Project
occli dev
Start Project as Bunjs
occli bun
UI 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] |