1.1.2 • Published 3 years ago

test-package-by-karmazin v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

#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"
1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago