basic-session
v0.0.3-alpha
Published
react session 2.0
Readme
basic-learning
##No need to clone the repo, instead :
git init
##creating a new project:
https://yarnpkg.com/lang/en/docs/creating-a-project/
##npm login steps :
>npm login
Username: sriaarthi
Password:
Email: (this IS public) [email protected]
Logged in as sriaarthi on https://registry.npmjs.org/.##Purpose of Makefile :
Anything we write as scripts goes in the make file
GIT
=====
git checkout -b dev
git push origin::HEAD dev
##npm publish
>npm login
Username: sriaarthi
Password:
Email: (this IS public) [email protected]
Logged in as sriaarthi on https://registry.npmjs.org/.
>npm publish
+ [email protected]##Semantic version
https://semver.org/
- If its backwards compatible : 0.1.1 -> 0.1.2
- 0.y.z : In development ( Eg: ui-component-library, skava-graphql)
- Non backward compatible : 0.1.1 - > 0.2.0
- 0.y.z-Aplha, 0.y.z-Beta, 0.y.z-Gamma ... Whatever
npm view react
'dist-tags': { latest: '16.4.0', next: '16.4.0', canary: '16.4.0-alpha.0911da3' }
