lionsden-day1
v1.0.3
Published
1. create account in npm 2. create accoutn in github 3. link account in sandbox
Downloads
1
Readme
LionsDen Training day1-session1
Heading 1
- create account in npm
- create accoutn in github
- link account in sandbox
Heading 2
create package
create makefile
npm login // if facing login error
npm publish
Heading 3
- 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)