1.0.6 • Published 5 years ago

my-first-test-npm v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago