damaera / npm-string-manager

string manipulation for javascript

Home Page:https://www.npmjs.com/package/string-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status npm version Commitizen friendly

string-manager

A npm module to manipulate string.

Instalation

Avalilable in npm, use this command to instalation

yarn add string-manager

or

npm install string-manager

Demo

https://npm.runkit.com/string-manager

*) The version that is in the demo, different from the existing version in Github

Documentations

Read more here

Contribution

Read more here

Commands for Cloners

  • Instalation

    yarn install
    
  • Build Build for development

    yarn build
    

    Build for production

    yarn prod:build
    

    Build directory destination

    ./dist
    
  • Unit Testing We are using mocha to as unit testing

yarn test

Contributor

Who used this

About

string manipulation for javascript

https://www.npmjs.com/package/string-manager

License:MIT License


Languages

Language:JavaScript 100.0%