projecta

Crates.ioprojecta
lib.rsprojecta
version0.2.0
sourcesrc
created_at2024-05-03 17:14:07.439494
updated_at2024-05-03 17:18:54.682058
descriptionEasily scaffold new projects from custom templates
homepagehttps://github.com/Tommypop2/projection
repositoryhttps://github.com/Tommypop2/projection
max_upload_size
id1229036
size14,333
Thomas Beer (Tommypop2)

documentation

README

Projection

Easily scaffold new projects from custom templates

Usage

Any directory under <HOMEDIR>/projection will automatically be interpreted as a template.

<HOMEDIR>/
└── projection/
    ├── template1
    ├── template2
    └── ...

Initialising a template

To initialise a template in your current directory, run pj create <TEMPLATE_NAME>.

Optionally, you can specify a destination folder: pj create <TEMPLATE_NAME> [DESTINATION]

Listing available templates

You can list all detected templates via the pj list command.

├── template1
├── template2
└── test_template
Commit count: 20

cargo fmt