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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@plume/cli

v0.1.14

Published

plume cli tool

Downloads

55

Readme

@plume/cli

TODO: description

Usage

npm -g i @plume/cli

cli --help

// TODO: DEMONSTRATE API

plume-cli create <PROJECT_NAME> [PATH] [-l] [-s]:创建新项目,默认在当前目录下。[PATH] 选项指定创建目录。默认创建app类型的项目,-l创建library类型的项目。-s跳过安装依赖的步骤,后续手动安装。

plume-cli create <-h | --help>:查看 create 命令的帮助

plume-cli init [CONFIG_PATH]: 初始化 plume 项目 [CONFIG_PATH] 自定义 config 文件路径

plume-cli dev [CONFIG_PATH]: 运行开发模式 [CONFIG_PATH] 自定义 config 文件路径

plume-cli build [CONFIG_PATH]: 打包项目 [CONFIG_PATH] 自定义 config 文件路径

plume-cli add <NAME> [PATH] [-c | -m | -p]:添加新组件(component),默认在@plume/core的 config 指定的目录下新建。[PATH] 选项指定创建目录。-c修改创建目标为container组件。-m修改创建目标为model组件。-p修改创建目标为page页面。

⚠️ 注意: 当添加model组件时,必须指定目标[PATH]

plume-cli add <-h | --help>:查看 add 命令的帮助

plume-cli upgrade [-f | -a]:更新@plume/core-f更新@plume/flow-a 更新@plume/core@plume/flow

plume-cli upgrade <-h | --help>:查看 update 命令的帮助

plume-cli update:更新@plume/cli

plume-cli help:查看帮助

Create

选项:

  • @plume/flow: 是否启用@plume/flow 数据流管理
  • eslint: 是否启用 eslint 检测及 prettier 美化
  • scss: 是否支持 scss 需要 node-sass
  • less: 是否支持 less