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

crabatool

v1.0.307

Published

crabatool

Downloads

780

Readme

使用方法

  1. 打开命令行终端,安装crabatool 输入:npm install crabatool -g 或从本地仓库安装(更快) npm install crabatool -g --registry http://172.17.0.236:4873/

  2. 快捷使用crabatool进行代码检测 比如,检查某个路径下面的所有js,可直接在命令行终端输入命令:crabatool -checkjs -webPath F:\Beefun\srcs\Beefun -modName Beefun

  3. 快捷使用crabatool启动nodejs服务 crabatool -run -webPath F:\shell_master\web\src\main\resources\static\shell

  4. 快捷使用crabatool更新指定项目的平台 crabatool -update -webPath F:\shell_master\web\src\main\resources\static\shell

-checkjs表示使用代码检查功能; -webPath表示要检查哪个站点的路径; -modName表示项目名称

详细使用文档

功能介绍

  1. 提供前端本地服务功能;【实现】

  2. 自动刷新浏览器,监听到 css、js、gspx 文件有变动,会自动刷新网页,提高开发效率。配置项:config.refresh = true;【实现】

  3. 根据配置自动打包 biz.js 和 init.js,针对 ngp 的功能,减少 http 请求;【实现】

  4. 本地服务启动后自动打开浏览器预览页面;【实现】

  5. 更新或安装本地 IDEA\VsCode 的智能语法提示;【未实现】

  6. 更新或安装本地 IDEA\VSCode 的新建页面模板;【未实现】

  7. 新建空白项目和 ngp 项目;【未实现】

  8. 根据配置将当前项目所有业务 js 文件统一打包、es6 语法转换、文件合并;【未实现】