https://github.com/leegeunhyeok/launch-nuke
💥 Only evaluate once, You can never undo
https://github.com/leegeunhyeok/launch-nuke
Last synced: 25 days ago
JSON representation
💥 Only evaluate once, You can never undo
- Host: GitHub
- URL: https://github.com/leegeunhyeok/launch-nuke
- Owner: leegeunhyeok
- License: mit
- Created: 2024-01-07T11:06:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T11:34:22.000Z (over 1 year ago)
- Last Synced: 2025-03-15T01:16:32.586Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/launch-nuke
- Size: 627 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# launch-nuke
> 💥 Only evaluate once, You can never undo.
## Installation
```bash
npm install launch-nuke
# or yarn
yarn add launch-nuke
```## Usage
```ts
import { launcher } from 'launch-nuke';const launch = launcher(() => console.log('💥 launched'));
// Fire!
launch();
```## Scripts
```bash
# 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](./LICENSE)