na4zagin3 / satyrographos

Package manager for SATySFi
GNU Lesser General Public License v3.0
44 stars 13 forks source link

Add new subcommand for creating a document/library from a template #152

Closed na4zagin3 closed 3 years ago

na4zagin3 commented 3 years ago

This PR adds a new subcommand new for creating document/library from the chosen template. This is a part of #153.

As the first step, this PR also includes a template lib for a new library.

Usage:

$ SATYROGRAPHOS_EXPERIMENTAL=1 satyrographos new lib test-lib
Compatibility warning: You have opted in to use experimental features.
Name: test-lib
Choose licenses:
0) MIT
1) LGPL-3.0-or-later
> 1
License: LGPL-3.0-or-later
Created a new library/document.
na4zagin3 commented 3 years ago

This PR needs followups: