New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

git-template

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-template

a tool for you to create a new project use a github repository as template.

latest
Source
npmnpm
Version
0.0.664
Version published
Maintainers
1
Created
Source

git-template

npm

npm

git-template 是让你能从一个github仓库(目前只支持github)做作为模板,创建新项目的工具。

git-template is a tool for you to create a new project use a github(only support github in this version) repository as template.

Install && Useage


$ npm install git-template -g

$ git-template [username/reponame] [new projct name] [branch name](optional,default 'master')

Example

$ git-template tommyZZM/new helloworld react-es6

this example will download the tommyZZM/new of react-es6 branch on github and use its file to create a new project(folder inculd repo file) name helloworld.

这个例子表示下载在Github上的tommyZZM/new的react-es6分支,并以下载文件为基础,创建一个命名为helloworld的项目目录。

Keywords

project

FAQs

Package last updated on 01 Dec 2015

Did you know?

Socket

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