0.0.6 • Published 9 months ago

@tikkhun/build v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

build

用于打包简单的js项目

使用 cli

一般使用命令行进行

npx @tikkhun/build --help

使用代码

详细见代码中的src.

import { Build } from '@tikkhun/build';
const build = new Build({
  outDir: 'test-dist',
  obfuscate: true,
});
build.start();
0.0.3

9 months ago

0.0.2

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.6

9 months ago

0.0.1

1 year ago