Metadata-Version: 2.1
Name: any-template
Version: 0.1.0
Summary: A CLI tools to get you started on any project in any language
Home-page: https://github.com/Adwaith-Rajesh/any-template
Author: Adwaith Rajesh
Author-email: adwaithrajesh3180@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
License-File: LICENSE

# Any Template

A faster easier to Quick start any programming project.

## Installation

```commandline
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

  ```commandline
  anytemp use python-simple-package
  ```

- ### Listing all the available templates
  ```commandline
  anytemp ls
  ```
- ### Listing all the templates that contains a specific word
  ```commandline
  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.


