Skip to content

yussan/string-manager-npm

Repository files navigation

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

Development

Command for Contributtors

  • 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