@davidthornton/hello-world
v1.0.0
Published
An ESM package that greets users by default
Downloads
5
Maintainers
Readme
A Git repository to publish @davidthornton/hello-world
This is a list of all the steps taken to publish a package to npm.
Steps
Following steps from this URL: https://docs.npmjs.com/creating-and-publishing-unscoped-public-packages
Firstly, run:
npm init --scope=@davidthorntonThen, create the index.js file, and sign in:
npm adduserthen, after completing the browser challenge, finally run:
npm publish --access publicAnd it is done!
