Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
george-qikker committed Aug 1, 2019
1 parent f6bb850 commit 500cc74
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea
icons-config.json
node_modules
.env
224 changes: 224 additions & 0 deletions package-lock.json

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

29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "figma-export-icons",
"version": "0.1.0",
"description": "Script to generate and download icons from a figma file",
"bin": {
"export-icons": "./src/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsimenis/figma-export-icons.git"
},
"author": "George Tsimenis",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsimenis/figma-export-icons/issues"
},
"homepage": "https://github.com/tsimenis/figma-export-icons#readme",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"dotenv": "^8.0.0",
"mkdirp": "^0.5.1",
"ora": "^3.4.0",
"prompts": "^2.1.0"
}
}
Loading

0 comments on commit 500cc74

Please sign in to comment.