rg-commander
v0.9.6
Published
CLI framework for Rakuten Games
Downloads
1,764
Readme
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)