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

scav-cli-test

v1.0.2

Published

copy from scav-cli

Downloads

3

Readme

scav-cli

用于从github上拉取模板到本地的脚手架工具
可在初始化时配置vuex,UI框架,css预处理语言
使用

npm i scav-cli -g

来下载到全局

使用

scav init

或者

scav i

来初始化项目

使用scav avxf来添加vuex相关的模板文件到store文件夹下的modules文件夹下

版本更新

2.1.2

增加了vue-router的配置

2.1.1

增加了advx指令,用于添加vuex模板文件

2.1.0

增加对App.vue的ejs模板处理
增加对UI框架的配置
增加对css预处理语言的配置

2.0.0

增加了ejs的模板渲染,修改index.html,package.json等文件的相关内容
增加了是否启用vuex的选择
增加了模板文件,在启用vuex的时候将模板文件写入

1.1.0

修改了生成后的package.json相关内容
增加对版本的提问
在模板下载后自动执行npm i将依赖包下载到node_modules中

1.0.0

实现基本功能