Skip to content

Commit 6cfe556

Browse files
author
Lucas Vogel
committed
Initialized repo
1 parent 1138038 commit 6cfe556

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
*.sublime-*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# es2015-2-extendScript-build
2-
A node build configuration to develop extendScripts with es2015 javascript code
2+
WIP: A node build configuration to develop extendScripts with es2015 javascript code

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "es2015-2-extendScript-build",
3+
"version": "1.0.0",
4+
"description": "A node build configuration to develop extendScripts with es2015 javascript code",
5+
"scripts": {
6+
"compile": ""
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/vogelino/es2015-2-extendScript-build.git"
11+
},
12+
"keywords": [
13+
"automation",
14+
"build",
15+
"process",
16+
"extendScript",
17+
"indesign",
18+
"illustrator",
19+
"photoshop",
20+
"adobe",
21+
"es2105",
22+
"es6",
23+
"compile"
24+
],
25+
"author": "vogelino",
26+
"license": "WTFPL",
27+
"bugs": {
28+
"url": "https://github.com/vogelino/es2015-2-extendScript-build/issues"
29+
},
30+
"homepage": "https://github.com/vogelino/es2015-2-extendScript-build#readme"
31+
}

0 commit comments

Comments
 (0)