init-blueprint 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,7 @@
1
- How to make a blueprint (Ex: python-blueprint)
2
- 1. Change the name of the blueprint project in package.json file:
3
- Ex: "name": "python-blueprint",
4
- 2. Copy the template into BlueprintTemplate. The template include:
5
- - Basic files
6
- - Add git
7
- - Add gitignore file and change it from .gitignore=> gitignore file
8
- 3. Add git to the blueprint, and change the root branch from master to main
9
- - git branch -m master main
10
- 4. Create new repo in git
11
- - Add environment variables into the git repo: Project > Settings > CI/CD > Variables
12
- + NPM_TOKEN: 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
13
- + PACKAGE_NAME: python-blueprint
14
- - push the blueprint to main branch
15
- 5. Use the lib from npm:
16
- - npm install -g python-blueprint
17
- - npm list -g python-blueprint
18
- - python-blueprint thmoney
1
+ How to make a blueprint
2
+
3
+ 1. Use the lib from npm:
4
+ - npm uninstall -g netcore-blueprint
5
+ - npm install -g netcore-blueprint
6
+ - npm list -g netcore-blueprint
7
+ - netcore-blueprint test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "init-blueprint",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A custom project blueprint",
5
5
  "main": "create.js",
6
6
  "bin": {