1.1.0 • Published 2 months ago

@shellicar/build-version v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@shellicar/build-version

Build plugin that calculates and exposes version information through a virtual module import.

Installation & Quick Start

npm i --save @shellicar/build-version
pnpm add @shellicar/build-version
// vite.config.ts
import VersionPlugin from '@shellicar/build-version/vite'

export default defineConfig({
  plugins: [
    VersionPlugin({})
  ]
})
// main.ts
import version from '@shellicar/build-version/version'

Documentation

For full documentation, visit here.

1.1.0

2 months ago

1.0.1

6 months ago

1.0.0

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago