@dev-jdb/dummy-lib
v1.3.0
Published
A dummy library to make a library deployment example
Downloads
12
Readme
dummy-lib
Description
A simple template for creating a typescript library. This application was inspired by this blog post.
Table of Contents
Installation
To install necessary dependencies, run the following command:
npm install @dev-jdb/dummy-libUsage
To build the library, run the following command:
npm run buildTo generate the documentation, run the following command:
npm run docsThe documentation will also be published to the Github Pages site when main is merged.
License
This project is licensed under the MIT license.
Contributing
Pull Requests are welcome for this project, but please explain what you're trying to accomplish in the Pull Request.
Tests
To run tests, run the following command:
npm testQuestions
If you have any questions about the repo, open an issue.
You can find more of my work at dev-jdb.
