UNPKG
@selemondev/create-react-next
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
The Next Generation React Scaffolding Tool ✨
@selemondev/create-react-next
/
src
/
core
/
program.ts
5 lines
(4 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
import
{
Command
}
from
'commander'
import
packageJson
from
"../../package.json"
const
program =
new
Command
(packageJson.
name
)
export
default
program