Socket
Socket
Sign inDemoInstall

project-kickstarter

Package Overview
Dependencies
35
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    project-kickstarter

A small tool based on Node.js for managing project blueprints.


Version published
Maintainers
1
Created

Readme

Source

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.

FAQs

Last updated on 20 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc