TabPy icon indicating copy to clipboard operation
TabPy copied to clipboard

Simplify Environment Setup with a package.json file

Open stelloprint opened this issue 3 years ago • 0 comments

Environment information:

  • TabPy release: 3.9

Describe the issue The environment setup docs in CONTRIBUTING.md ask that you run the command npm install markdown-toc markdownlint to install markdown utilities. This can me simplified by adding a package.json which will help with the management of these dependencies and the new install command would be simplified to npm install.

stelloprint avatar Dec 18 '22 02:12 stelloprint