create-builderbot 1.0.26-alpha.0 → 1.0.27-alpha.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 +21 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ <p align="center">
2
+ <a href="https://builderbot.vercel.app/">
3
+ <h2 align="center">create-builderbot</h2>
4
+ </a>
5
+ </p>
6
+
7
+
8
+ ## Documentation
9
+
10
+ Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
11
+
12
+
13
+ ## Official Course
14
+
15
+ If you want to discover all the functions and features offered by the library you can take the course.
16
+ [View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
17
+
18
+
19
+ ## Contact Us
20
+ - [💻 Discord](https://link.codigoencasa.com/DISCORD)
21
+ - [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-builderbot",
3
- "version": "1.0.26-alpha.0",
3
+ "version": "1.0.27-alpha.0",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.cjs",
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "bin": "./bin/create.cjs",
18
18
  "dependencies": {
19
- "@builderbot/cli": "^1.0.26-alpha.0"
19
+ "@builderbot/cli": "^1.0.27-alpha.0"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
@@ -30,5 +30,5 @@
30
30
  "rimraf": "^5.0.5",
31
31
  "rollup-plugin-typescript2": "^0.36.0"
32
32
  },
33
- "gitHead": "9afa7ea9410c77ade9761283d0940b4b8c4f077e"
33
+ "gitHead": "cbccaedf2373715cb59cf79b7cce71ba47db543a"
34
34
  }