Skip to content

psetup v2.1.0

Latest

Choose a tag to compare

@leojimenezg leojimenezg released this 17 Nov 23:32

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 argparse and itemgen packages

Usage

If you need all the extra files:

psetup -nme=your-project-name -rte=./ -lng=py -lic=mit -dcs=all

Or, if you need only specific files:

psetup -nme=your-project-name -rte=./ -lng=py -dcs=ignore,readme

Built for developers who need flexible, efficient project scaffolding with granular control.