Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@tikkhun/build

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tikkhun/build

用于打包简单的js项目

Source
npmnpm
Version
0.0.10
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

build

用于打包简单的js项目

使用 cli

一般使用命令行进行

npx @tikkhun/build --help

使用代码

详细见代码中的src.

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

Keywords

build

FAQs

Package last updated on 11 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts