Skip to content

Commit

Permalink
Implement cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 1, 2017
1 parent 80fe401 commit b4b3987
Show file tree
Hide file tree
Showing 15 changed files with 675 additions and 160 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
lib/
__fixtures_build__/
9 changes: 0 additions & 9 deletions Basic.js

This file was deleted.

24 changes: 24 additions & 0 deletions __fixtures__/nested/two.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.11.0",
"fs-readdir-recursive": "^1.0.0",
"glob": "^7.1.2",
"h2x-core": "^0.1.6",
"h2x-plugin-jsx": "^0.1.6",
"lodash": "^4.17.4",
"mz": "^2.6.0",
"output-file-sync": "^2.0.0",
"prettier": "^1.6.1",
"svgo": "^0.7.2"
"recursive-readdir": "^2.2.1",
"svgo": "^0.7.2",
"util.promisify": "^1.0.0"
}
}
147 changes: 0 additions & 147 deletions src/cli.js

This file was deleted.

Loading

0 comments on commit b4b3987

Please sign in to comment.