leetcode-cli
leetcode-cli copied to clipboard
Is it possible to export the library as well?
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?