nadir-js
v0.0.1
Published
A starter for creating a TypeScript package.
Readme
nadir-js
Motivation phrases about running and womanhood generator.
Install
npm i nadir-jsUsage
import nadir from 'nadir-js'
const motivationPhrase = nadir();
console.log(motivationPhrase); // 🌸🌺🌻...Roadmap
- [ ] Write documentation
- [ ] Stop using
Math.random - [ ] Break everything in
1.0.0 - [ ] Multi-language Support
- [X] Russian
- [ ] English
Acknowledgments
Development
- Install dependencies:
npm install- Run the unit tests:
npm run test- Build the library:
npm run build