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

oms-fct

v1.1.24

Published

命令行交互终端,提供命令整合服务,适用于整合项目类型,帮助开发者快速找到相关项目启动命令,方便快捷

Downloads

70

Readme

前端项目-命令行交互控制终端


下载命令包自己决定即可

npm i oms-fct

`cmdr run <packages>`

<packages> 为项目下的父目录,用来统一放置项目,可以根据需要进行更改,最后传值进来是正确的即可。

运行截图

<img src="https://user-images.githubusercontent.com/21993915/233593339-5a62f19e-19da-4d1b-8f3e-7f1086414098.png"/>

<img src="https://user-images.githubusercontent.com/21993915/233593412-3e0a9e1a-93b4-47cf-a543-eb32fd4410be.png"/>

<img src="https://user-images.githubusercontent.com/21993915/233593553-0113c217-75c5-48ef-8cd9-6d0a8f418fc6.png"/>

说明:

解决难题:由于内部使用lerna管理前端包,存在各个项目存在不同风格的问题,命令使用较麻烦。

用于统一管理前端项目,不需要额外查看每个项目中的运行命令,只需安装此插件,运行cmdr run <packages>即可。

该命令自动查找<packages>下的文件夹下的所有项目,自动收集项目的命令集合,并最后整合出来,供用户使用。