frnpm
v1.0.4
Published
Simple auxiliary tool for smooth random number adjustment of Pokemon 4th generation
Readme
frnpm
Simple auxiliary tool for smooth random number adjustment of Pokemon 4th generation.
Demo

Getting Started
Install
This is a Node.js module available through the npm registry.
Installation is done using the npm install command:
$ npm install -g frnpm
# OR
$ yarn global add frnpmUsage
Run the app using frnpm command:
Start the app:
$ frnpm startSet a preset
The value set as a preset will be applied to each field as the initial value from the next time.
For example, the following package.json:
{
...
"scripts": { ... },
"preset": {
"blank": 228,
"select": 10
}
}Format and display the log:
$ frnpm log [options]
Options:
-u, --unique Format into unique log data
-r, --result Format log data into results only
-n, --newest Format log to newest orderLicense
The MIT License (MIT)
