Open dzeitman opened 7 years ago
Would like to see --package flag option added to the cli.
This would function similar to the wt create <url - to - js file> and point to the package.json file to enable required packages.
This would allow the creation of wt from remote files hosted on gist or other places.
Repro:
The following doesn't pick up the package.json: wt create https://gist.githubusercontent.com/yavorg/42bd26ed5732759e1f6bf71258340084/raw/b9910d3df2496a957b677aa7fcd031405c1b83c6/forex.js
package.json
wt create https://gist.githubusercontent.com/yavorg/42bd26ed5732759e1f6bf71258340084/raw/b9910d3df2496a957b677aa7fcd031405c1b83c6/forex.js
Would like to see --package flag option added to the cli.
This would function similar to the wt create <url - to - js file> and point to the package.json file to enable required packages.
This would allow the creation of wt from remote files hosted on gist or other places.