Skip to content

Commit

Permalink
Introducing idea
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed Nov 29, 2024
1 parent 3781938 commit c2910ff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

test:
npm run build
npx nestarch generate --path ./test/fixtures/simple-app --output diagram.puml
npx nestarch generate --path ./test/fixtures/simple-app --output ./test/fixtures/simple-app.puml
2 changes: 1 addition & 1 deletion src/commands/generate/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import { Command, Flags } from '@oclif/core';
import { parseModules } from '../../utils/parser.js';
import { parseModules } from '../../services/parser.js';
import * as fs from 'fs';

export default class Generate extends Command {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"root":["./src/index.ts","./src/commands/generate/index.ts","./src/commands/hello/index.ts","./src/commands/hello/world.ts","./src/utils/parser.ts"],"version":"5.7.2"}
{"root":["./src/index.ts","./src/commands/generate/index.ts","./src/commands/hello/index.ts","./src/commands/hello/world.ts","./src/services/parser.ts"],"version":"5.7.2"}

0 comments on commit c2910ff

Please sign in to comment.