Open hardfist opened 4 years ago
after running tsdx create @byted/test, tsdx creates a package with the following pakcage.json
tsdx create @byted/test
// package.json { name:"test" // I actually want this to be @byted/test }
generate the following package.json
// package.json { name:"@byed/test" // I actually want this to be @byted/test }
it's confusing scope means directory or scope, maybe a prompt for package name could help,which use @byted/test as default
Current Behavior
after running
tsdx create @byted/test
, tsdx creates a package with the following pakcage.jsonExpected behavior
generate the following package.json
Suggested solution(s)
it's confusing scope means directory or scope, maybe a prompt for package name could help,which use @byted/test as default
Additional context
Your environment