0.1.2 • Published 6 years ago

@britannica/create-lib v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

@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 the dist 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 in package.json