https://github.com/kemingy/via
initialize your repository
https://github.com/kemingy/via
cmd gitignore license
Last synced: 10 months ago
JSON representation
initialize your repository
- Host: GitHub
- URL: https://github.com/kemingy/via
- Owner: kemingy
- License: mit
- Created: 2018-09-04T16:14:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T12:58:53.000Z (almost 3 years ago)
- Last Synced: 2025-06-17T10:06:51.579Z (12 months ago)
- Topics: cmd, gitignore, license
- Language: Python
- Size: 19.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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