Skip to main content

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 template
  • create: extract template contents
  • update: update template
  • delete: delete template
  • list: 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


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)

Uploaded Source

Built Distribution

ds_create-0.2.1-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page