psetup v2.1.0
Go CLI tool for rapidly setting up simple project structures with customizable templates, automating directory creation and basic file generation for streamlined development workflows.
What's New in v2.1.0
- Updated templates: The readme template updated to a more acuarrate structure, and the license templates made more generic.
Features
- Multi-language Support: Go, Python, C, Java, C++, Lua, JavaScript, R, and plain text projects
- Flexible Templates: MIT and Apache license templates with customizable project documentation
- Modular Architecture: Built with reusable
argparseanditemgenpackages
Usage
If you need all the extra files:
psetup -nme=your-project-name -rte=./ -lng=py -lic=mit -dcs=allOr, if you need only specific files:
psetup -nme=your-project-name -rte=./ -lng=py -dcs=ignore,readmeBuilt for developers who need flexible, efficient project scaffolding with granular control.