@temir.ra/create-template 0.1.0 → 0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Version 0
2
2
 
3
+ ## 0.1.1
4
+
5
+ 1. Added clarifications to `README.md`.
6
+
3
7
  ## 0.1.0
4
8
 
5
9
  1. First published version.
package/README.md CHANGED
@@ -38,10 +38,24 @@ bun install
38
38
 
39
39
  # Documentation
40
40
 
41
+ The following sections explain the configurations and conventions baked into the generated package. Useful when adapting it to fit specific needs.
42
+
41
43
  *<DOCUMENTATION>*
42
44
 
43
45
  # DevOps
44
46
 
47
+ ```bash
48
+ bun install
49
+
50
+ bun run clean
51
+ bun run build
52
+ bun run tests
53
+
54
+ bun run dev
55
+
56
+ # see publish section for publish instructions
57
+ ```
58
+
45
59
  ## Change Management
46
60
 
47
61
  1. Create a new branch for the change.
package/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.1.0+4727289
1
+ 0.1.1+e250ca3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temir.ra/create-template",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Template package to create new template packages",
5
5
  "author": "temir.ra",
6
6
  "license": "MIT",
@@ -40,10 +40,24 @@ bun install
40
40
 
41
41
  # Documentation
42
42
 
43
+ The following sections explain the configurations and conventions baked into the generated package. Useful when adapting it to fit specific needs.
44
+
43
45
  *<DOCUMENTATION>*
44
46
 
45
47
  # DevOps
46
48
 
49
+ ```bash
50
+ bun install
51
+
52
+ bun run clean
53
+ bun run build
54
+ bun run tests
55
+
56
+ bun run dev
57
+
58
+ # see publish section for publish instructions
59
+ ```
60
+
47
61
  ## Change Management
48
62
 
49
63
  1. Create a new branch for the change.