Skip to content

Commit 55d7685

Browse files
committed
feat: 🎸 logging steps with spinners
1 parent 0ace72a commit 55d7685

13 files changed

+414
-182
lines changed

package-lock.json

+147-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282
"lodash.camelcase": "^4.3.0",
8383
"lodash.kebabcase": "^4.1.1",
8484
"lodash.snakecase": "^4.1.1",
85-
"svgo": "^1.3.2",
85+
"ora": "^5.1.0",
8686
"prettier": "^1.19.1",
87+
"svgo": "^1.3.2",
8788
"typescript": "^3.7.2"
8889
},
8990
"devDependencies": {

src/bin/svg-to-ts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
ObjectConversionOptions,
88
ConstantsConversionOptions
99
} from '../lib/options/conversion-options';
10-
import { info, printLogo } from '../lib/helpers/log-helper';
10+
import { generationSuccess, info, printLogo } from '../lib/helpers/log-helper';
1111
import { setupCommander } from '../lib/options/command-line-collector';
1212
import { convertToSingleObject } from '../lib/converters/object.converter';
1313
import { convertToConstants } from '../lib/converters/constants.converter';

0 commit comments

Comments
 (0)