I am new at angular library project.
I hava created an angular project and a library in this project. The folder structure is like following:
mt-proj
- projects
- mt-lib
- projects
src
So I want to push my project github and publish the library package to npmjs server.
- So should I push all of my project to github, or only libary?
- Should I seperately package only library project or all project?