@kevinmarrec/cloudstack-taze-config
v1.0.0-rc.15
Published
Opinionated Taze config.
Maintainers
Readme
@kevinmarrec/cloudstack-taze-config
Description
Opinionated Taze config.
Opinions
Enables interactive mode (
interactive: true)Enables recursive bumping (
recursive: true)Installs dependencies after bumping versions (
install: true)Updates
package.jsonfiles (write: true)Supports all Taze config options
Usage
Requires Taze v18 or later.
Default
// taze.config.ts
export { default } from '@kevinmarrec/cloudstack-taze-config'Extended
// taze.config.ts
import { useConfig } from '@kevinmarrec/cloudstack-taze-config'
export default useConfig({ /* options */ })