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

@yanluo/x-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yanluo/x-cli

"A simple cli for scaffolding frontend projects "

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

x-cli

A simple cli for scaffolding frontend projects.

Installation

$ npm install -g @yanluo/x-cli

Usage

$ x init <template-name> <project-name>

Example:

$ x init vue-component my-project

The above command pulls the template from template-vue-component, prompts for some information, and generates the project at ./my-project/.

Templates

You can run x list to see all available templates.

Current available templates include:

  • vue-component - A template for building a vue component based on vue and rollup.

Keywords

cli

FAQs

Package last updated on 21 Apr 2020

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