@x-fiber-sys/dev-tool 0.2.0 → 0.3.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.
- package/dist/_cjs/index.js +0 -0
- package/dist/_cjs/templates/cache.template.js +1 -1
- package/dist/_cjs/templates/envs.template.js +1 -1
- package/dist/_cjs/templates/index.template.js +1 -1
- package/dist/_cjs/templates/initiator.template.js +1 -1
- package/dist/_cjs/templates/ioc.template.js +1 -1
- package/dist/_cjs/templates/module.template.js +1 -1
- package/dist/_cjs/templates/pg-repository.template.js +1 -1
- package/dist/_cjs/templates/sys.template.js +1 -1
- package/dist/_cjs/templates/transport.template.js +1 -1
- package/dist/_cjs/templates/validator.template.js +1 -1
- package/dist/_types/templates/initiator.template.d.ts +1 -1
- package/dist/_types/templates/pg-repository.template.d.ts +1 -1
- package/package.json +2 -1
package/dist/_cjs/index.js
CHANGED
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CacheTemplate = void 0;
|
|
4
|
-
const morphix_1 = require("@
|
|
4
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
5
5
|
const ts_morph_1 = require("ts-morph");
|
|
6
6
|
const common_1 = require("../common");
|
|
7
7
|
class CacheTemplate {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EnvsTemplate = void 0;
|
|
4
|
-
const morphix_1 = require("@
|
|
4
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
5
5
|
const common_1 = require("../common");
|
|
6
6
|
const ts_morph_1 = require("ts-morph");
|
|
7
7
|
class EnvsTemplate {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IndexTemplate = void 0;
|
|
4
|
-
const morphix_1 = require("@
|
|
4
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
5
5
|
const ts_morph_1 = require("ts-morph");
|
|
6
6
|
const common_1 = require("../common");
|
|
7
7
|
class IndexTemplate {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InitiatorTemplate = void 0;
|
|
4
4
|
const ts_morph_1 = require("ts-morph");
|
|
5
|
-
const morphix_1 = require("@
|
|
5
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
6
6
|
const common_1 = require("../common");
|
|
7
7
|
class InitiatorTemplate {
|
|
8
8
|
constructor(path, concept) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IocTemplate = void 0;
|
|
4
|
-
const morphix_1 = require("@
|
|
4
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
5
5
|
const ts_morph_1 = require("ts-morph");
|
|
6
6
|
const common_1 = require("../common");
|
|
7
7
|
class IocTemplate {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ModuleTemplate = void 0;
|
|
4
|
-
const morphix_1 = require("@
|
|
4
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
5
5
|
const ts_morph_1 = require("ts-morph");
|
|
6
6
|
const common_1 = require("../common");
|
|
7
7
|
const utils_1 = require("../utils");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PostgresRepositoryTemplate = void 0;
|
|
4
|
-
const morphix_1 = require("@
|
|
4
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
5
5
|
const ts_morph_1 = require("ts-morph");
|
|
6
6
|
const common_1 = require("../common");
|
|
7
7
|
class PostgresRepositoryTemplate {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SysTemplate = void 0;
|
|
4
4
|
const ts_morph_1 = require("ts-morph");
|
|
5
|
-
const morphix_1 = require("@
|
|
5
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
6
6
|
class SysTemplate {
|
|
7
7
|
constructor() {
|
|
8
8
|
this._variables = new morphix_1.VariablesSculptor();
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TransportTemplate = void 0;
|
|
4
4
|
const ts_morph_1 = require("ts-morph");
|
|
5
|
-
const morphix_1 = require("@
|
|
5
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
6
6
|
const common_1 = require("../common");
|
|
7
7
|
class TransportTemplate {
|
|
8
8
|
constructor() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ValidatorTemplate = void 0;
|
|
4
|
-
const morphix_1 = require("@
|
|
4
|
+
const morphix_1 = require("@x-fiber-sys/morphix");
|
|
5
5
|
const ts_morph_1 = require("ts-morph");
|
|
6
6
|
class ValidatorTemplate {
|
|
7
7
|
constructor() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { WriterFunction } from 'ts-morph';
|
|
2
2
|
import { SymbolsAliasMapping, SymbolsKindMapping } from '../common';
|
|
3
|
-
import { ServiceConcept } from '../types';
|
|
3
|
+
import type { ServiceConcept } from '../types';
|
|
4
4
|
export type ModuleRef = {
|
|
5
5
|
name: (typeof SymbolsAliasMapping)[keyof typeof SymbolsAliasMapping];
|
|
6
6
|
sym: (typeof SymbolsKindMapping)[keyof typeof SymbolsKindMapping];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DomainObject } from '@harvestgate/contract';
|
|
2
|
-
import type { ClassMethod } from '@
|
|
2
|
+
import type { ClassMethod } from '@x-fiber-sys/morphix';
|
|
3
3
|
import type { DomainConcept, DomainRef, RowSchema } from '../schemas';
|
|
4
4
|
export declare class PostgresRepositoryTemplate {
|
|
5
5
|
private _imports;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-fiber-sys/dev-tool",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Command line interface for generating and managing microservices in a monorepo",
|
|
5
5
|
"author": "pestsov-v <pestsov.js@gmail.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"serve": "node ./dist/_cjs/index.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
+
"@x-fiber-sys/dev-tool": "^0.2.0",
|
|
39
40
|
"@x-fiber-sys/morphix": "^0.1.0",
|
|
40
41
|
"cfonts": "^3.3.1",
|
|
41
42
|
"commander": "^14.0.1",
|