rg-commander
v0.9.6
Published
CLI framework for Rakuten Games
Readme
rg-commander
CLI framework for Rakuten Games
Install from npm
In your project, run
npm i rg-commanderInstall from path
This way is only for developing rg-commander
If the file structure is like
.
├── your project
└── rg-commanderIn your project, run
npm install $(npm pack ../rg-commander | tail -1)