Skip to content

leegeunhyeok/launch-nuke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launch-nuke

💥 Only evaluate once, You can never undo.

Installation

npm install launch-nuke
# or yarn
yarn add launch-nuke

Usage

import { launcher } from 'launch-nuke';

const launch = launcher(() => console.log('💥 launched'));

// Fire!
launch();

Scripts

# Lint with `oxc`
yarn lint

# Run typescript based demo code with `swc`
yarn demo

# Run typescript based unit tests with `swc` + `jest`
yarn test

# Build with `esbuild`
yarn build

# Publish to npm
yarn release

License

MIT