origamicore
v3.1.9
Published
OrigamiCore requires [Node.js](https://nodejs.org/) v14+ to run.
Readme
TypeScript OrigamiCore
create own project easily
Installation
OrigamiCore requires Node.js v14+ to run.
install OrigamiCore
npm install origamicore@latestinstall CLI
npm install oricli@latest -gCreate Projects
oricli --create projectNameAdd Service
oricli --addservice serviceNamePlugins
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] |
