origamits
v0.3.0
Published
OrigamiTs requires [Node.js](https://nodejs.org/) v14+ to run.
Maintainers
Readme
TypeScript OrigamiCore
create own project easily
Installation
OrigamiTs requires Node.js v14+ to run.
install OrigamiTS
npm install origamitsinstall CLI
npm install orits -gCreate Projects
orits create projectNameAdd Service
orits addservice serviceNamePlugins
OrigamiTs 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] |
