update-string

0.1.4 • Public • Published

Just testing creating and versioning in npm

This package doesn't really do much. I'm just testing how to upload node packages and update their versions. This should be an exercise in one of our courses.

There is one function in the module called updateString. It requires a string to be passed in, and replace the empty spaces and special characters with underscore _

Usage

const {updateString} = require('update-string');

updateString('hello there');

Alternate Usage

const demo = require('updateString');

demo.updateString('you rock!');

Readme

Keywords

none

Package Sidebar

Install

npm i update-string

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

2.14 kB

Total Files

3

Last publish

Collaborators

  • velvettaurus