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.1
Version published
Weekly downloads
12
1100%
Maintainers
1
Weekly downloads
 
Created
Source

build

用于打包简单的js项目

使用 cli

一般使用命令行进行

npx @tikkhun/build

使用代码

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

FAQs

Package last updated on 11 Jul 2024

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