my-first-test-npm
v1.0.6
Published
test_package
Downloads
3
Readme
Jsmp-infrastructure-art-blazhko
jsmp-infrastructure-art-blazhko is a package for working with strings and arrays.
It contains only two methods:
- changeRegister;
- increaseArray;
Installation and Usage
Prerequisites: Node.js (>=6.14), npm version 3+.
There are two ways to install ESLint: globally and locally.
Local Installation and Usage
$ npm install jsmp-infrastructure-art-blazhko --save-dev
After that, you can import necessary functions and use them:
import { changeRegister } from 'jsmp-infrastructure-art-blazhko';
changeRegister('string', 'w'); // 'STRINGW'
Global Installation
If you want to make jsmp-infrastructure-art-blazhko available to tools that run across all of your projects, we recommend installing jsmp-infrastructure-art-blazhko globally. You can do so using npm:
$ npm install -g jsmp-infrastructure-art-blazhko