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

generate-app-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-app-cli

cli for generate a app project

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Generate App Cli

node.js

Background

Since the projects generated by create-react-app and koa-generate are relatively simple, I need a cli tool to generate some of my commonly used project templates, so I made this cli tool

Install

npm install generate-app-cli -g

Usage

Create a new project

generate-app create [projectName]

Initialize a project

cd [projectName]
generate-app init

Then follow the instructions

  • react-app-template
    base on create-react-app, Integrated react-router, redux, react-app-rewired,customize-cra, ant-design .etc

  • react-ts-app-template
    base on https://juejin.cn/post/6860129883398668296, then added some commonly used configurations.

  • koa-app-template
    base on koa, Integrated koa-router, koa-logger, sequelize .etc

License

ISC

Keywords

react

FAQs

Package last updated on 03 Feb 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