origamits
v0.3.0
Published
OrigamiTs requires [Node.js](https://nodejs.org/) v14+ to run.
Downloads
146
Maintainers
Readme
TypeScript OrigamiCore
create own project easily
Installation
OrigamiTs requires Node.js v14+ to run.
install OrigamiTS
npm install origamits
install CLI
npm install orits -g
Create Projects
orits create projectName
Add Service
orits addservice serviceName
Plugins
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] |