angular-lib-blueprint
v0.0.2
Published
A custom project blueprint
Downloads
6
Readme
How to make a blueprint (Ex: angular-lib-blueprint)
- Change the name of the blueprint project in package.json file: Ex: "name": "angular-lib-blueprint",
- Copy the template into angular-lib-blueprintTemplate. The template include:
- Basic files
- Add git
- Add gitignore file and change it from .gitignore=> gitignore file
- Add git to the blueprint, and change the root branch from master to main
- git branch -m master main
- Create new repo in git
- Add environment variables into the git repo: Project > Settings > CI/CD > Variables
- NPM_TOKEN: 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
- PACKAGE_NAME: angular-lib-blueprint
- push the blueprint to main branch
- Add environment variables into the git repo: Project > Settings > CI/CD > Variables
- Use the lib from npm:
- npm install -g angular-lib-blueprint
- npm list -g angular-lib-blueprint
- angular-lib-blueprint thmoney
