First of all you need to install:
- python3
sudo apt-get install python3-pip
- Clone the repo
git clone https://github.com/neverlosecc/snippets-generator.git --recursive
- Open cloned repo
cd snippets-generator
- Install python libraries
sudo pip3 install -r requirements.txt
- Enter your repo owner and repo name of documentation to config.json
{
"owner": "YOUR_REPO_OWNER",
"repo": "YOUR_REPO_NAME"
}
- Exit from project folder
cd ../
- Run python project
python3 -m snippets-generator
- Check out output.json
cd snippets-generator
cat output.json | tail
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Arsenii Esenin - [email protected] - es3n1n#3573
Project Link: https://github.com/neverlosecc/snippets-generator