generator-jest-leetcode
v2.1.3
Published
Generate file and test for leetcode problem
Downloads
9
Maintainers
Readme
generator-jest-leetcode
Generate file and test for leetcode problem
Why?
Leetcode checks are slow. So, for convenience, you can solve problems in yourfavourite IDE.
Usage
I think the only project, that uses this package is this one.
Installation
First, install Yeoman and generator-jest-leetcode using npm (we assume you have pre-installed node.js).st
npm install -g yo
npm install -g generator-jest-leetcode
Then generate your new project:
yo jest-leetcode
License
Apache-2.0 © showmeyourhits