1.0.0 • Published 2 years ago

hiagolfss v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

My First NPM Package

First package to be published on npm

# tranpile and compile
yarn build

# testing code
yarn start

# Enable this package to be tested on other project on local machine
yarn link

# Import this packge in other project
yarn link "my-first-package-hiagolf"

# The developing package to be tested need to use the same react of
# project where you are testing the package. Then, inside the deleloping
# package, link the react of that project.
npm link ../../react-examples/examples-tests/node_modules/react

# Login on NPM account
npm login

# Publish your package
npm publish
1.0.0

2 years ago