1.0.5 • Published 6 years ago

testpparashar v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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.

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago