A simple CLI program for creating program templates.
Project description
ds-create
created by Austin Poor
A simple CLI program (inspired by create-react-app) for creating program templates.
To Install
pip install ds-create
To Run
Instructions are formatted as follows:
ds-create [command] -n [template-name]
List of commands:
snap
: save a new templatecreate
: extract template contentsupdate
: update templatedelete
: delete templatelist
: list templates or list template contents
List Templates
List all templates:
ds-create list
List info for template app-template
:
ds-create list -n app-template
Save a Template
To save the current directory as a new template called app-template
, run the following:
ds-create snap -n app-template
Create from Template
Extract the contents of app-template
in the current directory:
ds-create create -n app-template
Update from Template
Update the contents of app-template
in the current directory:
ds-create update -n app-template
Delete a Template
Delete template app-template
:
ds-create delete -n app-template
Delete all templates (you'll be prompted for confirmation):
ds-create delete
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ds_create-0.2.1.tar.gz
(3.9 kB
view hashes)
Built Distribution
ds_create-0.2.1-py3-none-any.whl
(16.7 kB
view hashes)
Close
Hashes for ds_create-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ab93d2a9acaf3d9aafcea3e7058c7ed97d3191c11051c006adaadc5937961bd |
|
MD5 | 81f17ecd17cc7fbdc6004ec58dc73d3e |
|
BLAKE2b-256 | 6f7d925577bf552d0205a698fbd1dc786d21009df900e80eb08cfb1a8019a00b |