Any Template

GitHub PyPI GitHub Workflow Status

A faster easier to Quick start any programming project.

Installation

pip3 install any-template

Features

  • No third party dependencies.
  • Templates are not stored locally.

Usage

  • Create a folder where you want all the file to be generated, and cd into it.

  • Using a template

    anytemp use python-simple-package
    
    • Also initialize a git repo

      anytemp use python-simple-package --git
      
  • Listing all the available templates

    anytemp ls
    
  • Listing all the templates that contains a specific word

    anytemp ls -c python
    

Contributing

Contributing is the only way by which this package can grow. So if you have some sort of templates that you use on a daily basis feel free to add it here.

GitHub

GitHub - Adwaith-Rajesh/any-template: A CLI tools to get you started on any project in any language
A CLI tools to get you started on any project in any language - GitHub - Adwaith-Rajesh/any-template: A CLI tools to get you started on any project in any language