ultra-dex 1.0.0 → 1.0.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/README.md +3 -3
- package/bin/ultra-dex.js +9 -9
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -99,9 +99,9 @@ Next steps:
|
|
|
99
99
|
|
|
100
100
|
## Links
|
|
101
101
|
|
|
102
|
-
- [Full Template](https://github.com/
|
|
103
|
-
- [Examples](https://github.com/
|
|
104
|
-
- [Methodology](https://github.com/
|
|
102
|
+
- [Full Template](https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/Imp%20Template.md)
|
|
103
|
+
- [Examples](https://github.com/Srujan0798/Ultra-Dex/tree/main/%40%20Ultra%20DeX/Saas%20plan/Examples)
|
|
104
|
+
- [Methodology](https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/METHODOLOGY.md)
|
|
105
105
|
|
|
106
106
|
## License
|
|
107
107
|
|
package/bin/ultra-dex.js
CHANGED
|
@@ -102,8 +102,8 @@ const CONTEXT_TEMPLATE = `# {{PROJECT_NAME}} - Context
|
|
|
102
102
|
Setting up the implementation plan.
|
|
103
103
|
|
|
104
104
|
## Resources
|
|
105
|
-
- [Ultra-Dex Template](https://github.com/
|
|
106
|
-
- [TaskFlow Example](https://github.com/
|
|
105
|
+
- [Ultra-Dex Template](https://github.com/Srujan0798/Ultra-Dex)
|
|
106
|
+
- [TaskFlow Example](https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/Examples/TaskFlow-Complete.md)
|
|
107
107
|
`;
|
|
108
108
|
|
|
109
109
|
program
|
|
@@ -255,9 +255,9 @@ ${answers.ideaWhat} for ${answers.ideaFor}.
|
|
|
255
255
|
|
|
256
256
|
## Resources
|
|
257
257
|
|
|
258
|
-
- [Full Template](https://github.com/
|
|
259
|
-
- [TaskFlow Example](https://github.com/
|
|
260
|
-
- [Methodology](https://github.com/
|
|
258
|
+
- [Full Template](https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/Imp%20Template.md)
|
|
259
|
+
- [TaskFlow Example](https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/Examples/TaskFlow-Complete.md)
|
|
260
|
+
- [Methodology](https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/METHODOLOGY.md)
|
|
261
261
|
`;
|
|
262
262
|
|
|
263
263
|
await fs.writeFile(path.join(outputDir, 'IMPLEMENTATION-PLAN.md'), planContent);
|
|
@@ -276,7 +276,7 @@ ${answers.ideaWhat} for ${answers.ideaFor}.
|
|
|
276
276
|
console.log(chalk.cyan(' 3. Start building! 🚀'));
|
|
277
277
|
|
|
278
278
|
console.log('\n' + chalk.gray('Need the full template? Visit:'));
|
|
279
|
-
console.log(chalk.blue(' https://github.com/
|
|
279
|
+
console.log(chalk.blue(' https://github.com/Srujan0798/Ultra-Dex'));
|
|
280
280
|
|
|
281
281
|
} catch (error) {
|
|
282
282
|
spinner.fail(chalk.red('Failed to create project'));
|
|
@@ -295,17 +295,17 @@ program
|
|
|
295
295
|
{
|
|
296
296
|
name: 'TaskFlow',
|
|
297
297
|
type: 'Task Management',
|
|
298
|
-
url: 'https://github.com/
|
|
298
|
+
url: 'https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/Examples/TaskFlow-Complete.md',
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
name: 'InvoiceFlow',
|
|
302
302
|
type: 'Invoicing',
|
|
303
|
-
url: 'https://github.com/
|
|
303
|
+
url: 'https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/Examples/InvoiceFlow-Complete.md',
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
name: 'HabitStack',
|
|
307
307
|
type: 'Habit Tracking',
|
|
308
|
-
url: 'https://github.com/
|
|
308
|
+
url: 'https://github.com/Srujan0798/Ultra-Dex/blob/main/%40%20Ultra%20DeX/Saas%20plan/Examples/HabitStack-Complete.md',
|
|
309
309
|
},
|
|
310
310
|
];
|
|
311
311
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultra-dex",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "CLI for Ultra-Dex SaaS Implementation Framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"saas",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/Srujan0798/Ultra-Dex"
|
|
18
18
|
},
|
|
19
|
-
"homepage": "https://github.com/
|
|
19
|
+
"homepage": "https://github.com/Srujan0798/Ultra-Dex",
|
|
20
20
|
"bin": {
|
|
21
21
|
"ultra-dex": "./bin/ultra-dex.js"
|
|
22
22
|
},
|