Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hengshanmwc/item-template
项目模版
https://github.com/hengshanmwc/item-template
Last synced: about 1 month ago
JSON representation
项目模版
- Host: GitHub
- URL: https://github.com/hengshanmwc/item-template
- Owner: hengshanMWC
- Created: 2023-01-03T06:38:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T07:42:46.000Z (5 months ago)
- Last Synced: 2024-07-26T08:59:55.286Z (5 months ago)
- Language: TypeScript
- Size: 791 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# introduce
- [x] [@abmao/pkgs](https://github.com/hengshanMWC/pkgs) 🗂️
- [x] build: webpack5 📦
- [x] typescript 👽
- [x] test: vitest 🔬
- [x] docs: vitepress 🧪
- [x] eslint、husky 🔦
- [x] commit: commitizen 📤# init
```
git clone https://github.com/hengshanMWC/item-template.git
cd item-template
pnpm run init
```# publish test
next, simulate the publish process
## build local NPM source
```
npm install -g verdaccio
verdaccio
```Of course, if you want to use it formally, please modify it `.npmrc`
If you want some of the packages to specify NPM source, you can modify the package Publishconfig. JSON registry
## release
```
npm run release
```