- create account in npm
- create accoutn in github
- link account in sandbox
-
create package
-
create makefile
-
npm login // if facing login error
-
npm publish
- update versions in semantic versions
Text Bold
-project
-node_modules
-src
--node_modules
---package1
---package2
--index with package1
-scripts
--node_modules
---package1 with different version
--index with package1 and package2(it will search for the package in closest node_modules, if not then above parent folder)