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

sany-cti-cli

v1.0.5

Published

控制所前端脚手架

Downloads

85

Readme

Sany-Cti 前端脚手架

介绍

前端 SPA 项目开发脚手架

安装

1、全局安装

#npm安装
npm install -g sany-cti-cli
#yarn安装
yarn global add sany-cti-cli

2、npx 方式安装

#创建模版
npx sany-cti-cli create <projectName> [-t|--template]
#示例
npx sany-cti-cli create my-project -t vue3-ts-vite-pina

使用

1、选择模版安装

# 执行create命令 -> 根据提示选择所需模版
sany-cti-cli create [projectName]

2、指定模版安装

# 指定项目名&模版名
sany-cti-cli create <projectName> -t <templateName>
#示例
sany-cti-cli create my-vue3 -t vue3-ts-vite-pina

模版介绍

| 名称 | 介绍 | 链接 | | :----------------------- | :-------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------- | | react-vite-ts | 基于 vite5 脚手架搭建的 react18 + typeScript 开发模版,集成了 router6、ant5、axios、zustand、unocss 等常用开发选项 | gitHub 链接 | | vue3-ts-vite-pina | vue3+ts+vite+pinia 前端开发模版 | github 链接 | | vue3-ts-vite-unocss | 基于 vite5 脚手架搭建等 vue3-ts 前端开发模版,集成了 pinia、[email protected],以及原子 css 引擎 unocss | gitHub 链接 | | sveltekit-ts-tailwindcss | 基于 sveltekit 搭建的 typeScript 前端开发模版,集成了原子 css 样式工具 tailwindcss,提高 css 开发效率和代码重复利用率 | gitHub 链接 |