We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c927eaf commit 15eb31dCopy full SHA for 15eb31d
packages/create-library-react/index.js
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env node
2
+
3
+"use strict";
4
5
+console.log("\x1b[36m", "Bayon Cli", "\x1b[0m");
6
+console.log(`\t\t🚀 Version: ${require("./package.json").version}\n`);
packages/create-library-react/package.json
@@ -5,5 +5,8 @@
"main": "index.js",
"author": "André Lins",
7
"license": "MIT",
8
- "private": false
+ "private": false,
9
+ "bin": {
10
+ "create-library-react": "index.js"
11
+ }
12
}
0 commit comments