An awesome tool to help in your projects!
Explore the docs »
Report Bug
·
Request Feature
There are many great tools available on GitHub, however, I didn't find one that really suit my needs so I created this enhanced one. I want to create a tool which make me better.
Follow the instructions to setting up project locally. To get a local copy up and running follow these steps.
Install from the git repo
pip install https://github.com/shajeen/template-maker.git
Install from pypi
pip install template-maker
more information at https://pypi.org/project/template-maker/
There are two argument required, --name and --ptype.
- --name - Your project name
- --ptype - Type of your project, application or library.
ptype | value |
---|---|
App | 0 |
Lib | 1 |
template-maker --name="sample_application" --ptype=0
working example
Generated output
template-maker --name="sample_library" --ptype=1
working example
Generated output
See the open issues for a list of proposed features (and known issues).
Any contributions you make are greatly appreciated.
- Create an issue describing your changes.
- Fork the repo, make the changes and please dont forget to test.
- Create the pull request.
Please read the CONTRIBUTING before raising the PR.
Distributed under the GPL-3.0 License. See LICENSE
for more information.
- Shajeen Ahamed - @shajeenahamed - shajeenahmed@gmail.com
- Project Link: https://github.com/shajeen/template-maker