baseem
v0.1.1
Published
"Bringing more Smile into the world!"
Readme
Append a Smile - We need more smiles in life
A small library that adds a Smile at the end of your string.
Installation
npm install @baseem/baseem
Usage
var smile = require('@baseem/baseem');
var string = smile("Hello Wold");Output should be Hello World :)
Tests
npm test
Contributing
Take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
