a project initializer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Didier ee5305c262
reformat and added python template
11 months ago
.idea reformat and added python template 11 months ago
src reformat and added python template 11 months ago
tools added version and configurable template_dir 11 months ago
.gitignore reformat and added python template 11 months ago
.prettierrc Init 11 months ago
LICENSE Init 11 months ago
README.md Init 11 months ago

README.md

pinit

pinit is a project initializer.

How to use it.

Well, how I'd use it is as follows:

git clone https://git.faulty.nl/faulty/pinit ~/.local/pinit
cd ~/.local/pinit
python tools/publish.py
export $PATH="$HOME/.local/pinit:$PATH"

It doesn't really matter where it's located as long as ./templates/ is located in the same directory as the executable.