We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2683944 commit c1d007eCopy full SHA for c1d007e
package.json
@@ -4,7 +4,8 @@
4
"main": "src/index.tsx",
5
"module": "src/index.tsx",
6
"bin": {
7
- "apr": "dist/index.js"
+ "apr": "dist/index.js",
8
+ "aboutproject": "dist/index.js"
9
},
10
"type": "module",
11
"author": {
src/index.tsx
@@ -1,3 +1,6 @@
1
+#!/usr/bin/env node
2
+
3
+import React from 'react'
import { render } from 'ink'
import ProjectInfo from './components/ProjectInfo'
0 commit comments