@britannica/create-lib
v0.1.2
Published
A sensible default configuration for creating rollup-based npm packages
Downloads
10
Keywords
Readme
@britannica/create-lib
A sensible default configuration for creating rollup-based npm packages
Requirements
node >= 8
npm >= 5.2.0
Usage
npx @britannica/create-lib <library name>
Brief explanation
- After running, a new directory with your library name will be created with some rollup presets
- Your library source will be located in the
<library name>/src
directory - Run
npm run dev
is your watch task - Run
npm run build
to build your project into thedist
directory - When publishing, the files in your
dist
directory will be what get published - If you need to change which files get published, update the
files
property inpackage.json