1.0.10 • Published 2 years ago

jsmp-infra-viacheslav-capitalize-second-word v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Prerequisites

You need to install Node.js. npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer.

Installing

Install with npm:

$ npm install --save jsmp-infra-viacheslav-capitalize-second-word

Usage

const { capitalizeSecondWord } = require("jsmp-infra-viacheslav-capitalize-second-word");

console.log(capitalizeSecondWord('first second third'));  // returns first SECOND third

Running the tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can run tests with the following command:

$ npm install && npm run compile && npm test:unit

Or you can just execute $ npm install && npm run prepublish command

Author

  • Viacheslav Onatskiy

License

This project is licensed under the ISC License.

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago