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

es-next-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

es-next-cli

A cli for generating projects based on javascript

  • 0.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

es-cli

A cli for generating projects based on javascript

Installation

Install it via npm:

npm install -g es-next-cli

Then you can invoke it everywhere.

Get Started

Enter the directory where you want to create the project.

Execute the following command in your terminal:

es-cli create

Then select the project template and answer some questions.

Support Template

  1. es-cli-template-koa-react-spa: A template for koa+react project
  2. es-cli-template-koa: A template for koa project
  3. es-cli-template-nodecloud: A template for Yan Rong Tech Inc. nodecloud project

Template Specification

  1. The template must be a git project.

  2. There is a directory called template in project root.

  3. The template files must use twig syntax.

  4. Available common template variable:

    {
        "context": {
            "basic": {
                "name": "projectName",
                "author": "author"
            },
            "npm": {
                "private": true,
                "lisence": "private"
            },
            "git": {
                "hasRepo": false,
                "gitRepo": "https://example.com/"
            },
            "template": {
                "name": "select template name"
            }
        }
    }
    
  5. The template meta and question answer in meta

FAQs

Package last updated on 21 Jun 2018

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