1.0.0 • Published 7 years ago

project-kickstarter v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Project Kickstarter

is a small tool based on Node.js for managing project blueprints.

Installation

via npm: npm install project-kickstarter -g

Usage

After installing the package globally, you can use the following commands in the terminal:

kickstarter cmd <options>
cmddescriptionoptions
traceCreate a new blueprint and store it locally.name (required): The name of the new blueprint. path: The directory where the project files are located, defaults to current directory
linkCreate a new git-link object and store it locally.name (required): The name of the new git-link. repo (required): The link to the git repo (can be https or ssh)
listLists all available blueprints and git-links.-
removeRemoves a blueprint or git-link.name (required): The name of the blueprint or git-link that should be deleted
helpDisplays an overview of these commands.-
kickstart name
descriptionoptions
Kickstart a new projectname (required): The name of the blueprint or git-link. path: The directory where the project should be kickstarted, defaults to the current directory.
1.0.0

7 years ago