dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Question about dist directory packaging on NPM #252

Closed ORESoftware closed 7 years ago

ORESoftware commented 7 years ago

I think it's cool that you package this project in the dist directory when it's packaged on NPM - just wondering how you do that, I am thinking about doing that with one of my projects but not sure how or the best way to do it. Any explanation would be cool to hear, thanks.

milesj commented 7 years ago

Pre-2.0 versions use Gulp to build to a dist/ folder: https://github.com/dthree/vorpal/blob/2.0/gulpfile.babel.js#L13

2.0+ will use Babel directly and build to a lib/ folder.

ORESoftware commented 7 years ago

cool thanks, any word on that bug issue I opened..I'd like to start using this lib - maybe I can use an older version for now?