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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.82latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.82
1.0.70
1.0.61
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00
0.1.00
0.0.60
0.0.50
0.0.40
0.0.30

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