JSPM

  • Created
  • Published
  • Downloads 74
  • Score
    100M100P100Q64225F
  • License MIT

A system that templates a new NPM package.

Package Exports

  • @ionaru/create-package

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ionaru/create-package) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@ionaru/create-package

Usage

npx @ionaru/create-package <package-name>

Workflow

npx @ionaru/create-package <package-name>
git init
git remote add origin https://github.com/Ionaru/<package-name>.git
npm i
// work
git add .
git commit -m "Work was done"
npm version <type> -m "Bump version to %s"
git push --follow-tags
npm publish --access=public