0.9.6 • Published 8 months ago

rg-commander v0.9.6

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

rg-commander

CLI framework for Rakuten Games

Install from npm

In your project, run

npm i rg-commander

Install from path

This way is only for developing rg-commander

If the file structure is like

.
├── your project
└── rg-commander

In your project, run

npm install $(npm pack ../rg-commander | tail -1)