test-package-by-karmazin

Desk

Usage no npm install needed!

<script type="module">
  import testPackageByKarmazin from 'https://cdn.skypack.dev/test-package-by-karmazin';
</script>

README

Cerate read me file

Creating and adding a README.md file to a package

  1. In a text editor, in your package root directory, create a file called README.md.
  2. In the README.md file, add useful information about your package.
  3. Save the README.md file.

GitHub Flavored Markdown

https://guides.github.com/features/mastering-markdown/#what

The README file will only be updated on the package page when you publish a new version of your package. To update your README file:

  1. In a text editor, update the contents of the README.md file.
  2. Save the README.md file.
  3. On the command line, in the package root directory, run the following commands:
npm version patch
npm publish

> npm set init.author.email "example-user@example.com"
> npm set init.author.name "example_user"
> npm set init.license "MIT"