Metadata-Version: 2.1
Name: via
Version: 0.1.2
Summary: initialize your repository
Author-email: Keming <kemingy94@gmail.com>
Project-URL: Homepage, https://github.com/kemingy/via
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3 (>=2.0.2)

# Via: a command line tool to initialize your repos

Initialize your repository.

## Feature

- [x] `.gitignore`
- [x] `License`

## Tutorial

```sh
# download python .gitignore file and MIT License
# file will be saved to current dir
via -i python -l mit
# print to stdout
via -i python --print
```

## Support

### Ignore

All the files are downloaded from [github/gitignore](https://github.com/github/gitignore)

### License

All the licenses are downloaded through [GitHub License API](https://developer.github.com/v3/licenses/).

* GPL-2.0
* Unlicense
* BSD-2-Clause
* LGPL-2.1
* GPL-3.0
* MIT
* BSD-3-Clause
* Apache-2.0
* EPL-2.0
* MPL-2.0
* LGPL-3.0
* AGPL-3.0
