@iconsulting-dev/forgekit 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
  ## Installation
13
13
 
14
+ ```bash
15
+ npm i -g @iconsulting-dev/forgekit
16
+ ```
17
+
18
+ ### Depuis les sources
19
+
14
20
  ```bash
15
21
  git clone https://github.com/iconsulting/forgekit.git
16
22
  cd forgekit
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@iconsulting-dev/forgekit",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "CLI de scaffolding full-stack pour projets Spring Boot + Angular",
5
5
  "type": "module",
6
6
  "bin": {
7
- "forgekit": "./dist/index.js"
7
+ "forgekit": "dist/index.js"
8
8
  },
9
9
  "scripts": {
10
10
  "build": "tsc && chmod +x dist/index.js && rm -rf dist/templates && cp -r src/templates dist/templates",
@@ -29,7 +29,7 @@
29
29
  "license": "MIT",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/iconsulting/forgekit.git"
32
+ "url": "git+https://github.com/iconsulting/forgekit.git"
33
33
  },
34
34
  "files": [
35
35
  "dist/"