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

said-cli

v1.0.0

Published

Quickly generate scaffolding for project templates

Downloads

73

Readme

Commitizen friendly Rollup Typescript Version Downloads License Stars

✨ 介绍

said-cli 是一个快速拉取模板的脚手架工具,旨在简化和加速项目的初始化过程。无论是创建新的前端项目、后端项目还是其他类型的项目,said-cli 都能帮助你迅速搭建基础结构。

特性

  • 🛠️ 快速拉取模板项目
  • 📦 支持多种语言和框架(如Vue、React、Node.js、Rollup等)
  • ⚡ 高效的项目初始化
  • 🔄 模板丰富,更新迅速
  • 🔧 简单的配置和自定义

开发

安装依赖

pnpm i

运行

pnpm run dev

打包生成构建产物

pnpm run build

本地软链接命令调试

pnpm run link

调试

把命令注册到全局,方便调试使用

npm link

查看所有被链接的全局 Node.js

npm ls -g --link

删除项目中的链接

npm unlink

删除全局的链接

npm unlink -g  said-cli

使用

使用said-cli创建一个新项目非常简单。以下是基本使用方法:

said-cli create <project-name>

例如,创建一个名为my-new-project的项目:

said-cli create my-new-project

可用模板

以下是一些可用的模板:

| 模板名称 | 模板简介 | 模版地址 | | ----------------- |---------------------------------------| ----------------------------------------------------- | | rollup-library-ts | Rollup + Ts项目模板,可用于快速开发命令行工具、库、插件等。 | https://github.com/SaidBaseTemplate/rollup-library-ts | | rollup-base-ts | Rollup + Ts基础模版,快速搭建基于Rollup + Ts的模板,快速开发 | https://github.com/SaidBaseTemplate/rollup-base-ts | | vue3-ts | vue3-ts 是一个基于 ViteTypeScriptVue3项目模板,可用于快速开发Vue3 + Ts的前端项目 | https://github.com/SaidBaseTemplate/vue3-ts | | electron-vue3-ts | electron-vue3-ts 是一个基于 ViteVue3TypeScriptElectron项目模板,可用于快速开发Electron + Vue3 + Ts的前端项目。 | https://github.com/SaidBaseTemplate/electron-vue3-ts.git | | vue3-uniapp-ts | vue3-uniapp-ts 是一个基于 UniappTypeScript 的项目模板,可用于快速搭建项目。 | https://github.com/SaidBaseTemplate/vue3-uniapp-ts.git |

欢迎大家一起完善said-cli的模板!

更新日志

Changelog - 查看项目的更新日志

贡献

欢迎任何形式的贡献!你可以通过以下方式贡献代码:

  1. Fork 此仓库
  2. 创建你的功能分支 (git checkout -b feature/fooBar)
  3. 提交你的更改 (git commit -am 'Add some fooBar')
  4. 推送到分支 (git push origin feature/fooBar)
  5. 创建一个新的Pull Request

许可

该项目基于 MIT 许可证。详情请参阅 LICENSE 文件。

联系

如果你有任何问题或建议,请通过以下方式联系我:

感谢你使用said-cli!希望它能帮助你更快地启动和开发项目。