A npm module to manipulate string.
Avalilable in npm, use this command to instalation
yarn add string-manager
or
npm install string-manager
https://npm.runkit.com/string-manager
*) The version that is in the demo, different from the existing version in Github
-
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