1.0.5 • Published 7 years ago

testpparashar v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago