Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
Install node & npm on your system: https://nodejs.org/en/download/
Only required when setting up the project
git clone [email protected]:dineshsonachalam/markdown-autodocs.git
cd markdown-autodocs
npm i
To run markdown-autodocs locally follow these steps:
- Make sure you have run
npm i
to install all packages - Finally, you can use the markdown-autodocs cli
node index.js -c code-block -o ./README.md -r $TEST_REPO -b $TEST_BRANCH -a $TEST_ACCESSTOKEN
If you have any questions please ping @DSonachalam on Twitter.
Runs all the markdown-autodocs
packages tests.
npm test
We actively welcome your pull requests!
If you need help with Git or our workflow, please ask on Dinesh on twitter. We want your contributions even if you're just learning Git. Our maintainers are happy to help!
Analytics uses the Forking Workflow + Feature Branches. Additionally, PR's should be rebased on master when opened, and again before merging.