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

express-quicker

v1.4.0

Published

A command-line to quickly create an Node.js Express application skeleton based on Express-quickstart.

Downloads

3

Readme

Express-quicker

Express-quicker 是一个针对 Express 的应用程序快速生成命令行工具。项目骨架基于 Express-quickstart

Express-quiecker is a Express application generator tool, to quickly create an application skeleton based on Express-quickstart.

使用/Use

  • 安装命令行工具 / Installs command-line tool:

    npm install express-quicker -g
  • 创建 Express-quickstart 项目 / Creates an Express-quickstart app:

    equicker -h
    equicker [app-name]
    equicker [-t <type>] [app-name]
    • type

      当前可用类型:[emp]

      The current allowable type in: [emp]

      equicker -t emp [app-name]
  • 安装依赖 / Then install dependencies:

    npm install
  • 启动 / Startup:

    npm start
  • 访问 / Load:

http://localhost:3000/

目录结构 / directory structure

  • equicker [app-name]

    .
    ├── app.js
    ├── package.json
    ├── public
    │   ├── img
    │   ├── js
    │   └── css
    │       └── style.css
    │   └── favicon.ico
    │   └── upload.html
    ├── routes
    │   ├── index.js
    │   └── users.js
    ├── uploads
    └── views
        ├── error.etj
        ├── index.etj
        └── users.etj
  • equicker -t emp [app-name]

    .
    ├── app.js
    ├── package.json
    ├── entiy
    │   ├── Dept.js
    │   ├── Emp.js
    │   └── User.js
    ├── filter
    │   └── user-filter.js
    ├── public
    │   ├── img
    │   ├── js
    │   └── css
    │       └── style.css
    │   └── favicon.ico
    │   └── upload.html
    ├── routes
    │   ├── depts.js
    │   ├── emps.js
    │   ├── index.js
    │   └── users.js
    ├── service
    │   ├── dept-service.js
    │   ├── emp-service.js
    │   └── users-service.js
    ├── uploads
    └── views
    	├── admin
    	│   └── admin.etj
    	├── dept
    	│   └── list.etj	
    	├── emp
    	│   └── list.etj
        ├── error.etj
        └── index.etj

Express-quickstart

Express-quickstart

Express-quickstart-emp

Express-quickstart-emp

End

Email:[email protected]

http://www.easyproject.cn

支付宝钱包扫一扫捐助:

我们相信,每个人的点滴贡献,都将是推动产生更多、更好免费开源产品的一大步。

感谢慷慨捐助,以支持服务器运行和鼓励更多社区成员。

We believe that the contribution of each bit by bit, will be driven to produce more and better free and open source products a big step.

Thank you donation to support the server running and encourage more community members.

PayPal