1.0.8 • Published 1 year ago

@pkg-tools/config v1.0.8

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

@pkg-tools/config

A package used to configure your pkg-tools usage

@pkg-tools/config::version @pkg-tools/config::downloads

This package is meant to be used in tandem with other pkg-tools packages. It provides a function defineConfig for defining your pkg-tools configuration.

Install

# w/ pnpm
pnpm add -D @pkg-tools/config

# w/ yarn
yarn add -D  @pkg-tools/config

# w/ npm
npm install -D @pkg-tools/config

Usage

Define a pkg.config.ts in the root of your package and add the following.

import { defineConfig } from '@pkg-tools/config';

export default defineConfig({
  config: {
    directory: './dist',
  },
});

License

MIT

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago