JSPM

@visulima/packem

1.0.0-alpha.111
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 792
  • Score
    100M100P100Q115911F
  • License MIT

A fast and modern bundler for Node.js and TypeScript.

Package Exports

  • @visulima/packem
  • @visulima/packem/config
  • @visulima/packem/dts/isolated/transformer/oxc
  • @visulima/packem/dts/isolated/transformer/swc
  • @visulima/packem/dts/isolated/transformer/typescript
  • @visulima/packem/package.json
  • @visulima/packem/transformer/esbuild
  • @visulima/packem/transformer/sucrase
  • @visulima/packem/transformer/swc

Readme

Visulima packem

A fast and modern bundler for Node.js and TypeScript.
Bundles anything that's supported by Node.js natively, namely .js, .json, .mjs, .cjs and TypeScript .ts, .cts, .mts, .tsx.


typescript-image npm-image license-image


Daniel Bannert's open source work is supported by the community on GitHub Sponsors


Install

npm install --save-dev @visulima/packem
yarn add -D @visulima/packem
pnpm add -D @visulima/packem

Choose you transformer

You choose which one of the three supported transformer to use.

Usage

Initialize the packem configuration

packem init [options]

Bundle files

packem build [options]

This will write the files into the ./dist folder.

Links:

  • bunchee - Zero config bundler for ECMAScript and TypeScript packages
  • unbuild - 📦 An unified javascript build system
  • pkgroll - 📦 Zero-config package bundler for Node.js + TypeScript
  • siroc - Zero-config build tooling for Node
  • tsup - The simplest and fastest way to bundle your TypeScript libraries

Supported Node.js Versions

Libraries in this ecosystem make the best effort to track Node.js’ release schedule. Here’s a post on why we think this is important.

Contributing

If you would like to help take a look at the list of issues and check our Contributing guild.

Note: please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Credits

License

The visulima pack is open-sourced software licensed under the MIT