dsh-scaffold
文件与数据 活跃维护

dsh-scaffold

uckkk/dsh-scaffold

轻量级项目脚手架工具,可自动生成 LICENSE、.gitignore、.editorconfig 等标准化基础配置文件,无需手动编写重复配置,开箱即用适配项目初始化需求。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
6 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:uckkk/dsh-scaffold
git clone https://github.com/uckkk/dsh-scaffold.git
git clone git@github.com:uckkk/dsh-scaffold.git
README.md main

dsh-scaffold · 项目脚手架

生成 LICENSE / .gitignore / .editorconfig 等常见项目文件。纯 Node 实现。

提供的工具

工具 作用
generate_license 生成 LICENSE(MIT/ISC/Unlicense)
generate_gitignore 生成 .gitignore(node/python/go/react/vue/java)
generate_editorconfig 生成 .editorconfig

安装

dsh plugin add dsh-scaffold

安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-scaffold"。

用法示例

给项目加 MIT 许可证
→ 调用 generate_license(type="MIT", author="istone")

安装

dsh plugin add github:uckkk/dsh-scaffold

安装即在本机运行第三方代码,请自行审阅源码。

安装

dsh plugin add github:uckkk/dsh-scaffold

使用

安装后在会话中调用该插件注册的工具即可。

许可

MIT

安装即在本机运行第三方代码,请自行审阅源码。