Skip to content

Commit 83d86eb

Browse files
First commit
0 parents  commit 83d86eb

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.DS_Store
2+
node_modules
3+
npm-debug.log
4+
*.swp
5+
6+
dist/

package.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "@bemoid/cli",
3+
"version": "1.0.0",
4+
"description": "Simple CLI for scaffolding front-end based on Bemoid CSS framework.",
5+
"bin": {
6+
"bemoid": "bin/bemoid",
7+
"bemoid-init": "bin/bemoid-init"
8+
},
9+
"scripts": {
10+
11+
},
12+
"keywords": [
13+
"bemoid",
14+
"cli"
15+
],
16+
"author": "Jędrzej Chałubek",
17+
"license": "MIT",
18+
"devDependencies": {
19+
20+
}
21+
}

0 commit comments

Comments
 (0)