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

wxt-cli

v1.0.4

Published

自动的微信模板生成工具

Downloads

16

Readme

这是一个自用的微信小程序模板生成工具

使用场景,当你小程序开发目录和运行目录不在同一个目录下时,无法使用小程序开发工具的一键生成模板工具,于是这个工具就诞生了。

使用方式

npm i wxt-cli -g
cd <target-name>
wxt create <template-name> -c/-p/-d/-b

wxt -h 查看和参数帮助说明
  • target-name是你要在哪个目录下的生成指定模板
  • template-name是你要生成的文件夹名,同时也是模板名
  • -c 全称是--component,代表生成组件模板
  • -p 全称是--page,代表生成页面模板,可有可无,默认就是生成页面
  • -d 全称是--dialog,代表生成弹窗组件模板
  • -b 全称是--basedialog,代表生成基础弹窗组件

注:通用弹窗组件模板默认是不需要主动生成的,当你生成弹窗组件的时候它会自动去生成通用的弹窗组件