Skip to content

shajeen/template-maker

Repository files navigation

Reference (14)


An awesome tool to help in your projects!
Explore the docs »

Report Bug · Request Feature

About The Project

Screenshot from 2021-07-03 20-49-54

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.

Getting Started

Follow the instructions to setting up project locally. To get a local copy up and running follow these steps.

Installation

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/

How it works

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

Application mode with CMake conan support

template-maker --name="sample_application" --ptype=0

working example

Screenshot from 2021-07-03 21-01-06

Generated output

Screenshot from 2021-07-03 20-57-44

Library mode with CMake conan support

template-maker --name="sample_library" --ptype=1

working example

Screenshot from 2021-07-03 21-02-54

Generated output

Screenshot from 2021-07-03 21-03-10

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Any contributions you make are greatly appreciated.

  1. Create an issue describing your changes.
  2. Fork the repo, make the changes and please dont forget to test.
  3. Create the pull request.

Please read the CONTRIBUTING before raising the PR.

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contact