Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

afloat

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

afloat

afloat

unpublished
latest
npmnpm
Version
1.2.1-rc.0
Version published
Maintainers
1
Created
Source

Afloat

单元编译工具

npm init afloat

afloat.config.js

import { defineAfloat } from 'afloat'
export default defineAfloat({
  build: {
    input: 'src/**/*.{ts,js}',
    output: 'dist/main.js'
  },
  nodemon: {
    watch: ['a.*.{ts,js}']
  }
})
npx afloat dev # 开发模式
npx afloat build # 打包

开源协议

GNU GPL 是使用最广泛的自由软件许可证,并有强烈的版权要求

分发衍生作品时,作品的源代码必须在同一许可证下可用

GNUGPL 有多种变体,每个变体都有不同的要求

Keywords

alemonjs

FAQs

Package last updated on 27 Apr 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