Skip to content

Commit 15eb31d

Browse files
committed
Base project in create library react
1 parent c927eaf commit 15eb31d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"main": "index.js",
66
"author": "André Lins",
77
"license": "MIT",
8-
"private": false
8+
"private": false,
9+
"bin": {
10+
"create-library-react": "index.js"
11+
}
912
}

0 commit comments

Comments
 (0)