CLI framework for Rakuten Games
npm install rg-commanderCLI framework for Rakuten Games
In your project, run
```
npm i rg-commander
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)