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

meishij

v1.1.0

Published

美食杰工具系列

Downloads

22

Readme

#美食杰工具系列

###简介 主要目的:借助工具自动化完成一些以往需要人肉完成的工作,减少工作量,加快效率,减少错误。

###正片 ####安装nodejs及meishij 1.在 官网 下载安装 nodejs ,直接默认安装,不要改动安装路径,因为改了要重新配置nodejs自带的包管理器的一些参数,麻烦;

2.打开命令行;

3.执行 node -vnpm -v 查看node以及npm的版本,成功打印说明nodejs的安装没有问题;

4.执行 npm install meishij -g 在本地全局安装美食杰工具 meishij

####使用 1.执行 meishij -V 查看当前版本(大写 V )

2.执行 meishij -h 查看帮助

3.打开 C:\Users\[用户名]\AppData\Roaming\npm\node_modules\meishij\lib\path.js 修改相应的路径; 需要修改的路径有三个:1. fontPath :本地前端svn的根目录;2. backPath :本地后台svn根目录;3. editorPath :编辑器目录; ####命令详解 **以 jiang 这个专题为例 **

  1. meishij goto <Name> 进入工作目录
    如果想要对 jiang 的专题进行操作,需要先执行 meishij goto jiang

  2. meishij check 检查当前工作目录 meishij check 将打印出 jiang

  3. meishij release 发布(后台用) 将执行的操作有:1.拷贝 jiang.css 到相应目录;2.拷贝 jiang 图片文件夹到相应目录;3.格式化的PHP文件

  4. 其他命令:前端用,就不在这写啦。