jaydson / tweets-to-md

Convert tweets to markdown
16 stars 2 forks source link

Global module / CLI? #5

Open jaydson opened 5 years ago

jaydson commented 5 years ago

Perhaps we need to transform tweets-to-md in a CLI based program.

jaydson commented 5 years ago

Go forward @ikhemissi :) About dropping es6 modules, I suggest to implement Babel or WebPack+Babel so we can keep our code base up to date, using the latest JavaScript syntax.

jaydson commented 5 years ago

Look at #4 @ikhemissi

ikhemissi commented 5 years ago

Thanks @jaydson If I may suggest (for anyone who will take this issue), I would recommend:

Here is a nice tutorial for building CLIs: https://developer.okta.com/blog/2019/06/18/command-line-app-with-nodejs

👍