@sppg2001/atomize 1.0.0 → 1.0.3
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/README.md +8 -5
- package/dist/cli/index.js +98739 -97042
- package/examples/backend.yaml +124 -0
- package/examples/conditional-dependencies-template.yaml +122 -0
- package/examples/frontend.yaml +123 -0
- package/examples/fullstack.yaml +169 -0
- package/package.json +5 -4
- package/templates/presets/custom.yaml +48 -18
package/README.md
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
# Atomize
|
|
2
2
|
|
|
3
|
+
[](https://github.com/Simao-Pereira-Gomes/atomize/actions/workflows/ci.yml)
|
|
4
|
+
[](https://github.com/Simao-Pereira-Gomes/atomize/actions/workflows/code-quality.yml)
|
|
5
|
+
[](https://www.npmjs.com/package/@sppg2001/atomize)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
[](https://nodejs.org)
|
|
8
|
+
[](https://www.typescriptlang.org/)
|
|
9
|
+
|
|
10
|
+
|
|
3
11
|
**Break down stories, build up velocity.**
|
|
4
12
|
|
|
5
13
|
Atomize is a CLI tool that automatically generates granular tasks from user stories using YAML templates. Streamline your agile workflow with AI-powered task breakdowns, preset templates, and smart estimation distribution.
|
|
6
14
|
|
|
7
|
-
[](https://www.npmjs.com/package/@sppg2001/atomize)
|
|
8
|
-
[](https://opensource.org/licenses/MIT)
|
|
9
|
-
[](https://www.typescriptlang.org/)
|
|
10
|
-
|
|
11
15
|
---
|
|
12
16
|
|
|
13
17
|
## Features
|
|
@@ -212,7 +216,6 @@ tasks:
|
|
|
212
216
|
|
|
213
217
|
# Estimation settings
|
|
214
218
|
estimation:
|
|
215
|
-
strategy: "percentage"
|
|
216
219
|
rounding: "nearest"
|
|
217
220
|
minimumTaskPoints: 0.5
|
|
218
221
|
|