We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 83d86ebCopy full SHA for 83d86eb
.gitignore
@@ -0,0 +1,6 @@
1
+.DS_Store
2
+node_modules
3
+npm-debug.log
4
+*.swp
5
+
6
+dist/
package.json
@@ -0,0 +1,21 @@
+{
+ "name": "@bemoid/cli",
+ "version": "1.0.0",
+ "description": "Simple CLI for scaffolding front-end based on Bemoid CSS framework.",
+ "bin": {
+ "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