Open mottosso opened 5 years ago
Create boilerplate for a new package.
Something to simplify getting started, and facilitate more boilerplate where necessary.
Mimic how git init works.
git init
mkdir mypackage cd mypackage rez init # package.py created rez init --preset python # package.py and install.py created, with boilerplate install script rez init --preset cpp rez init --preset rust rez init --preset go rez init --preset cmake
Goal
Create boilerplate for a new package.
Motivation
Something to simplify getting started, and facilitate more boilerplate where necessary.
Implementation
Mimic how
git init
works.