leetcode-cli icon indicating copy to clipboard operation
leetcode-cli copied to clipboard

Is it possible to export the library as well?

Open jdneo opened this issue 6 years ago • 0 comments

Hi @skygragon,

I'm one of the users of this amazing CLI. And I also wrote a VS Code extension of LeetCode, which integrated the leetcode-cli as its core library.

What the extension does is calling the leetcode binary(./node_modules/leetcode-cli/bin/leetcode) and parse the output for each command.

While implementing more and more features, I found it will be even better if I can import the CLI as a dependency. So I'm just asking whether exporting the module is on your roadmap or not?

jdneo avatar Dec 21 '18 02:12 jdneo