oxarlly-music
v1.0.0
Published
A simple number range generator based on start, end, and step values
Readme
Oxarlly
This is a simple tool to generate a range of numbers based on a start value, end value, and an optional step value.
Installation
npm install oxarlly-tempUsage
Create the following text files:
start.txt - Contains the start value. end.txt - Contains the end value. step.txt (optional) - Contains the step value. Defaults to 1 if not provided. Run the generator:
bash
node src/index.jsThe generated numbers will be saved to result.txt.
