npm

@pkg-tools/config
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @pkg-tools/config

Weekly Downloads

3

Version

1.0.8

License

MIT

Unpacked Size

4.87 kB

Total Files

7

Last publish

Collaborators

  • joemckenney