fill-range : Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`. You can installing fill-range npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install fill-range $ sudo npm install -g fill-range
If want to update the fill-range package execute the command as below,
$ sudo npm update fill-range
Update package globally,
$ npm install -g fill-range
$ sudo git clone https://github.com/rektide/fill-range.git
$ sudo npm install -g ./fill-range
fill-range@5.0.0 /usr/lib/node_modules/fill-range
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fill-range
Package Name | fill-range |
Version | 5.0.0 |
Description | Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` |
Released Date | 2017-11-01T05:14:07.216Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/fill-range/tutorial |