Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hengshanmwc/store
储存相关
https://github.com/hengshanmwc/store
Last synced: about 1 month ago
JSON representation
储存相关
- Host: GitHub
- URL: https://github.com/hengshanmwc/store
- Owner: hengshanMWC
- Created: 2024-07-30T09:34:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T14:21:20.000Z (5 months ago)
- Last Synced: 2024-11-03T04:05:25.527Z (about 2 months ago)
- Language: TypeScript
- Size: 215 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
```