@mushuledragon/tuto-npmjs-packages

1.0.0 • Public • Published

tuto-npmjs-packages

Here are steps to host package for a user (for an organization please refer to the link documentation ahead):

npm -v

cd tuto-npmjs-packages

# Create .gitignore file
echo '# NPM packages
node_modules/
' > .gitignore

npm whoami
# npm init --scope=@my-username
npm init --scope=@mushuledragon

# Test the package before publishing
npm install my-package

# Publish to npmjs.org
## Move to the root directory package
cd /path/to/package
npm publish --access public

Readme

Keywords

none

Package Sidebar

Install

npm i @mushuledragon/tuto-npmjs-packages

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.46 kB

Total Files

3

Last publish

Collaborators

  • mushuledragon