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

create-cttq

v2.0.0

Published

CTTQ大前端脚手架项目

Downloads

70

Readme

cttq-bfe-cli

CTTQ CLI 致力于整合前端生态中的各种工具,使其符合公司项目情况,确保生成的项目能够零配置即可平稳开发。开发人员,只需专注于业务代码的开发,而不必花费大量的时间,在去做各种配置,各种试错。

开发模式

使用VS Code debug

在VS Code “调试” 开始视图中选择“运行和调试”或按F5 来运行。

使用软链接link

  1. 在项目中使用如下命令创建一个全局的链接
npm link
  1. 再想要使用该包的项目里通过如下命令使用这个软链
cd ~/projects/package-project
npm link create-cttq   
  1. 在当前目录下使用本库的运行命令进行调试
npm init cttq
  1. 调试完成后,先在该目录下移除特定链接
npm unlink create-cttq
  1. 使用如下命令去除全局链接
npm unlink

模版库版本

可以通过变更 package.json 中的属性 templateVersion 值,来变更使用的模版库版本。

支持的功能

创建项目

npm init cttq

集成Git提交规范

npm init cttq git

集成能力库

npm init cttq ability