Live data from Hacker News

Yet another babel CLI for the npm module creators

github.com

1–7 of 7 posts

Re: Yet another babel CLI for the npm module creators

#2
Hey, author here.

Last week I spent some time hacking up a CLI tool called `babel-multi-env`. Designed for the npm module creators, it can generate most up-to-date code targeting the library consumer’s node version. Of course, it's based on the babel-preset-env and some other babel counter parts to make it such an awesome work. I’d love to get some feedbacks

Re: Yet another babel CLI for the npm module creators

#4

Hey, author here. Last week I spent some time hacking up a CLI tool called `babel-multi-env`. Designed for the npm module creators, it can generate most up-to-date code targeting the library consumer’s node version. Of course, it's based on the babel-preset-env and some other babel counter parts to make it such an awesome work. I’d love to get some feedbacks

Good job!

Re: Yet another babel CLI for the npm module creators

#6

Hey, author here. Last week I spent some time hacking up a CLI tool called `babel-multi-env`. Designed for the npm module creators, it can generate most up-to-date code targeting the library consumer’s node version. Of course, it's based on the babel-preset-env and some other babel counter parts to make it such an awesome work. I’d love to get some feedbacks

Great!