Skip to content

Commit

Permalink
feat: 🎸 logging steps with spinners
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Dec 6, 2020
1 parent 0ace72a commit 55d7685
Show file tree
Hide file tree
Showing 13 changed files with 414 additions and 182 deletions.
195 changes: 147 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
"svgo": "^1.3.2",
"ora": "^5.1.0",
"prettier": "^1.19.1",
"svgo": "^1.3.2",
"typescript": "^3.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/bin/svg-to-ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
ObjectConversionOptions,
ConstantsConversionOptions
} from '../lib/options/conversion-options';
import { info, printLogo } from '../lib/helpers/log-helper';
import { generationSuccess, info, printLogo } from '../lib/helpers/log-helper';
import { setupCommander } from '../lib/options/command-line-collector';
import { convertToSingleObject } from '../lib/converters/object.converter';
import { convertToConstants } from '../lib/converters/constants.converter';
Expand Down
Loading

0 comments on commit 55d7685

Please sign in to comment.