# monorepo-template-test **Repository Path**: turn_three_degrees/monorepo-template-test ## Basic Information - **Project Name**: monorepo-template-test - **Description**: pkgs monorepo test - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: pkgs - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-07 - **Last Updated**: 2023-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # introduce @abmao/pkgs + pnpm = Monorepo,Support the following functions :package: - [x] [@abmao/pkgs](https://github.com/hengshanMWC/pkgs) :card_index_dividers: - [x] webpack5 :package: - [x] vitest :sheep: - [x] typescript :alien: - [x] eslint、husky :flashlight: # init ``` git clone https://github.com/hengshanMWC/monorepo-template.git cd item-template npm 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 ```