https://github.com/koldakov/fasttemplate
Python project builder.
https://github.com/koldakov/fasttemplate
builder-project poetry project-template python3 skeleton-template
Last synced: 8 months ago
JSON representation
Python project builder.
- Host: GitHub
- URL: https://github.com/koldakov/fasttemplate
- Owner: koldakov
- License: mit
- Created: 2024-04-22T20:44:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T20:57:38.000Z (about 2 years ago)
- Last Synced: 2024-11-15T05:07:22.079Z (over 1 year ago)
- Topics: builder-project, poetry, project-template, python3, skeleton-template
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Fasttemplate: Build a project skeleton in seconds
[][pypi_proj]
[][pypi_proj]
[](https://github.com/koldakov/fasttemplate/blob/main/LICENSE.md)
Fasttemplate helps you build, create, and install Python projects in seconds,
ensuring you have only modern technologies and best practices.
## Installation
You may need to install fasttemplate globally to use it across different environments.
Keep in mind you need to have python >= 3.12.
```bash
pip install fasttemplate
```
## Usage
Create a project
```bash
fasttemplate new my-awesome-project
cd my-awesome-project
make install
git add .
git commit -m "Initial commit"
```
See available assets
```bash
fasttemplate asset --list
```
For more info check
```bash
fasttemplate --help
```
## Contribute
Any ideas are welcome in [issues](https://github.com/koldakov/fasttemplate/issues) section.
Pull requests are welcome always:
- Fork the Project
- Open a Pull Request
- Or just read here: [contributing](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
I would be really happy if you add a new asset.
## License
Distributed under the MIT License. See [LICENSE.md](LICENSE.md) for more information.
## Support
The best support would be if you give me [a star](https://github.com/koldakov/fasttemplate).
Or you can buy me a [coffee](https://buymeacoffee.com/koldakov).
## Contact
Hi,
How are you? Hope You've enjoyed the project.
There are my contacts:
- [Linkedin](https://www.linkedin.com/in/aiv/)
- [Send an Email](mailto:coldie322@gmail.com?subject=[GitHub]-qworpa)
Project Link: https://github.com/koldakov/pycountries
Best regards,
[Ivan Koldakov](https://www.linkedin.com/in/aiv/)
[pypi_proj]: https://pypi.org/project/fasttemplate/