TypeScript OrigamiCore
create own project easily
Installation
OrigamiCore requires Node.js v14+ to run.
install OrigamiCore
npm install origamicore@latest
install CLI
npm install oricli@latest -g
Create Projects
oricli --create projectName
Add Service
oricli --addservice serviceName
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/tsoriendpoint] |
| MongoDb | [https://www.npmjs.com/package/tsorimongo] |
| Redis | [https://www.npmjs.com/package/tsoriredis] |
| Captcha | [https://www.npmjs.com/package/tsoricaptcha] |
| EOSIO Hyperion | [https://www.npmjs.com/package/tsorihyperion] |