New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

template-cli-test

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

template-cli-test

A CLI that download gitlab group template to create project.

  • 1.0.2
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

unc-cli

A CLI that download gitlab group template to create project.

Version MIT License Download

English | 简体中文

Installation

npm i unc-cli -g

Usage

Before using, you must complete the following steps

  • set your gitlab host

    unc config --set gitlab.url <gitlab host>
    # example
    unc config --set gitlab.url https://gitlab.xxxx.com
    
  • set gitlab groupId (select and download template from this gitlab group

    unc config --set gitlab.groupId <groupId>
    
  • set gitlab access token (how to create gitlab access token)

    unc config --set gitlab.token <your token>
    

Now you can run this command to create project👇

unc create <project-name>

Run Locally

  • step1, clone the project
git clone https://github.com/taojunnan/unc-cli.git
  • step2, install dependencies
cd unc-cli
npm install
  • step3, [option]change command name

    open package.json, replace commandName and bin.uncto your command name

  • step4, link package

npm link
  • step5, run
unc -V
# or
<your command name> -V

Example

example.gif

License

MIT

Keywords

FAQs

Package last updated on 27 Jul 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc