@shewulong/micro-pack
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

MICRO PACK

Description

微型打包工具

Installation

npm install -g @shewulong/micro-pack

Use in Scripts

package.json中添加脚本

{
  "scripts": {
    "micro": "micro-pack --entry src/index.js --output dist"
  }
}

运行脚本

npm run micro

Use in typescript

import { build } '@shewulong/micro-pack';

build({
  entry: 'src/index.ts',
  output: 'dist',
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.62latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.62
1.0.50
1.0.40
1.0.30
1.0.21
1.0.10
1.0.01

Package Sidebar

Install

npm i @shewulong/micro-pack

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

6.82 kB

Total Files

7

Last publish

Collaborators

  • shewulong