testpparashar
v1.0.5
Published
Praveen Parashar First Test package
Downloads
2
Readme
Render Message
A small library that render message from component
Installation
npm install @pparashar/testpparashar
Usage
npm i testpparashar printMessage()
CODE in REACTJS
import request, { printMessage } from 'testpparashar'; class PraveenTest extends React.Component{ render() { return {printMessage()};
}
}
OUTPUT
Output should be 'This is my npm package. Wohoo !'
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.