1.0.2 • Published 1 year ago

repo-temp v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

license

English | 简体中文

Features

  • Monorepo
  • TypeScript
  • esbuild(dev)
  • Rollup(build)
  • Jest
  • ESLint
  • Prettier
  • git hooks
  • ...

Usage

Install yarn, npm publish depends on the behavior of yarn :

$ npm install --global yarn

The default package manager is pnpm :

$ npm install --global pnpm

Install using the CLI :

$ npx repo-temp init

dev

Run the local development environment :

$ npm run dev

build

Build the production version :

$ npm run build

release

Publish to NPM :

$ npm run release

release local test

Only print, do not execute commands :

$ npm run release -- --dry

Other

changelog

Change log syntax reference: conventional-changelog-cli

generate change log :

$ npm run changelog

npm package name

Specify the name of the release on NPM in package.json.

{
  "config": {
    "npmName": "core"
  }
}
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago