README
how-to-npm
Goal
I have created this package to practice how to create npm packages and how to maintain them.
This artice was used (it is for Node.js packages)
Testing
It is configured to use jest for testing
This is a simple npm package for practice
<script type="module">
import balazskaHowToNpm from 'https://cdn.skypack.dev/@balazska/how-to-npm';
</script>
I have created this package to practice how to create npm packages and how to maintain them.
This artice was used (it is for Node.js packages)
It is configured to use jest for testing