@origamicore/core

4.2.2 • Public • Published

TypeScript OrigamiCore

OrigamiCore is a powerful Node.js framework that allows you to develop your project maintainable, fast and easily

Old Repository

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]

Projects

Xpell Game

Ajor Block Explorer

Telos NFT Market

Opensource Project

Yahtzee

Evak

Package Sidebar

Install

npm i @origamicore/core

Weekly Downloads

137

Version

4.2.2

License

MIT

Unpacked Size

212 kB

Total Files

139

Last publish

Collaborators

  • vahidhossaini
  • origamicore