1.0.2 • Published 3 years ago

projidy v1.0.2

Weekly downloads
18
License
MIT
Repository
-
Last release
3 years ago

projidy

Command line utility for managing templates.

code style: prettier

Introduction

Projidy allows for fast prototyping by using templates from GitHub.

Installation

yarn global add projidy
npm install -g projidy

Usage

projidy new <template> <destination>

Create a new project using the specified template:

The template is specified using the <owner>/<repository>(@<branch-or-release>)

Example:

projidy new sveltejs/template
projidy new fausttobias/svelte-template@typescript-tailwind

projidy alias list

List all configured aliases.

projidy alias add <name> <template>

Add an alias to a template.

Example:

projidy alias add svelte-pwa fausttobias/svelte-template@typescript-tailwind

# You can now use the template using its alias name:
projidy new svelte-pwa my-new-project

projidy alias remove <name>

Remove an existing alias.

Maintainer

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.3.6

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago