@adbayb/create 1.2.0 → 1.3.0

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 +9 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,15 @@
1
1
  <div align="center">
2
2
  <h1>🦦 Create</h1>
3
- <strong>My opinionated scaffolding tool</strong>
3
+ <strong>My opinionated node package manager initializer</strong>
4
4
  </div>
5
- <p></p>
5
+ <br>
6
+ <br>
6
7
 
7
8
  ## 🚀 Usage
8
9
 
9
- - `cd my-project-root-folder`
10
- - `npm init @adbayb`
10
+ ```bash
11
+ # Npm
12
+ npm init @adbayb
13
+ # Pnpm
14
+ pnpm create @adbayb
15
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/create",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "My opinionated scaffolding tool",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
- "@adbayb/stack": "^1.2.0",
33
+ "@adbayb/stack": "^1.3.0",
34
34
  "termost": "^0.9.0"
35
35
  },
36
36
  "scripts": {