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

create-front-end-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-front-end-cli

front-end-cli

latest
Source
npmnpm
Version
2.0.5
Version published
Maintainers
1
Created
Source

front-end-cli

Installation

$ npm i create-front-end-cli -g

Usage

Run the following command line to create the project:

$ front-end-cli init myproject

Parameter

init <PROJECT_NAME>

Create the JavaScript plugin project:

$ front-end-cli init myproject

upgrade

Check the new version is available or not:

$ front-end-cli upgrade

template

You can download or upgrade the template from mirror:

$ front-end-cli template

mirror <TEMPLATE_MIRROR>

You can also set the template mirror like this:

$ front-end-cli mirror https://zpfz.vercel.app/download/files/frontend/tpl/front-end-cli/

NOTE
You can customize the template mirror link by youself, but the template file name must be template.zip, and the mirror link should be / ending.
For example, the full link to your custom template mirror is https://example.com/mirror/template.zip, the mirror link that front-end-cli can recognize should be https://example.com/mirror/.

You can download the front-end-cli template from front-end-cli/tpl.

Keywords

js

FAQs

Package last updated on 24 Jan 2021

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