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

izk-cli

v1.2.0

Published

izk project template cli, all templates protected in private repo-center

Downloads

2

Readme

izk前端脚手架:

想法源由: 由于日常开发系统较多,这些系统一般要求统一的技术栈、统一的认证,新系统往往复用其他系统中组件,这种情况下为了提高开发效率,沿用以往前端架构和日常技术沉淀,这时脚手架就起到了重要的作用,将脚手架放到一个包管理器(例如npm,Bower等),一条命令就可以初始化前端架构,从而可以直接开发业务逻辑,大大减少项目构建时间,减少项目开发总工长。

说明

#克隆项目
git colne
#修改index.js 关联某个特定项目框架架构

Download 第一个参数格式: 
GitHub - github:owner/name or simply owner/name
GitLab - gitlab:owner/name
Bitbucket - bitbucket:owner/name
git格式例子: gitlab:git.100tal.com:izhikang_business-tech-front/izk-project-template#spa-vue-universal


使用自定义命令来执行项目
修改package.json文件中的bin下面对象来自定义命令(可参考本项目)
定义之后将此项目命令注册到npm全局环境下
在本项目内执行命令 npm link
初始化项目
[自定义命令] init [name]

项目初始化示例

#api说明文档:
#1、安装全局包
npm i izk-cli -g

#2、初始化项目
izk init [name]