create-donotdev 0.0.1 → 0.0.2

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.
package/dist/index.d.ts CHANGED
@@ -1,14 +1,3 @@
1
1
  #!/usr/bin/env node
2
- /**
3
- * @fileoverview create-donotdev — One command to scaffold a DoNotDev project
4
- * @description Installs CLI globally, scaffolds project, installs deps, prints next steps
5
- *
6
- * Usage: npx create-donotdev [project-name]
7
- * bunx create-donotdev [project-name]
8
- *
9
- * @version 0.0.2
10
- * @since 0.0.1
11
- * @author AMBROISE PARK Consulting
12
- */
13
2
  export {};
14
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;GAUG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-donotdev",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Create a new DoNotDev project",
5
5
  "type": "module",
6
6
  "private": false,