npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

madp-cli1

v1.2.30

Published

A simple CLI for scaffolding madp projects, we provide madp-template to quickly build small and medium sized app.

Downloads

107

Readme

madp-cli

madp-cli 是金信前端脚手架工具,可构建eeui项目,H5项目,小程序(待开发)

命令行使用

1、安装

npm i madp-cli -g

如果出现permission denied等相关权限的错误提示,请使用管理员身份或root身份运行,如 mac:sudo npm i madp-cli -g

2、更新

npm update madp-cli -g

3、使用

3-1、创建新应用

madp create [projectName]
  • projectName: 工程名称(选题,默认:madp-demo

3-2、列出创建可用的种子工程版本

madp lists

3-3、列出创建可用的模板版本

madp template

3-4、调试开发

madp dev

3-5、编译构造

madp build

3-6、创建vue页面示例模板

madp vue [pageName]
  • pageName: 页面名称

4、版本及帮助

madp -v    // 查看当前cli版本
madp -h    // 命令帮助信息

注意!!!!!!!!

目前已有文件服务器,如出现下载失败的情况,请查看网络能否访问http://10.114.14.97:9999地址,需连接vpn 目前eeui前端种子工程放在:http://10.114.14.97:9999/madp-cli/madp-eeuifontend-seed.zip 目前vue种子工程放在:http://10.114.14.97:9999/madp-cli/madp-vue-seed.zip 目前模板工程放在:http://10.114.14.97:9999/madp-cli/madp-template-cm.zip