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

qdp-cli

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qdp-cli

QDP脚手架

latest
npmnpm
Version
0.1.28
Version published
Maintainers
1
Created
Source

QDP CLI

通过配置文件生成前后端通用代码

基础功能

依赖

  • nodejs 运行环境
  • npm 用于安装nodejs依赖
  • git 用于生成模版

快速上手

echo "全局安装 QDP-CLI"
npm i -g qdp-cli
echo "创建工程(自动创建目录)"
qdp create qdp-demo && cd qdp-demo
echo "初始化 CRUD 配置文件"
qdp generator -i
echo "通过 CRUD 生成代码文件"
qdp generator

安装

npm i -g qdp-cli

使用帮助

qdp --help

配置参考

创建工程

代码生成

ymate控制器生成

Keywords

qdp

FAQs

Package last updated on 11 Nov 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