1.3.1 • Published 4 years ago

create-npm-file-map v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

create-npm-file-map

Install

yarn add -D build-npm-file-map

Usage

const { init } = require('create-npm-file-map');

const builder = init({
  /** required: your dist dir */
  outDir: 'dist',
  input: ['sub-package1', 'sub-package2'],
});

builder.build();

builder.clean();

API

TODO:

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago