0.2.4-2 • Published 11 months ago

@aitube/broadway v0.2.4-2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@aitube/broadway

Convert a script to a clap file

Installation

To install Broadway run the following command (some modules are peer dependencies):

# this depends on your package manager, eg:
npm install @aitube/broadway @aitube/clap @aitube/colors
# or:
bun i @aitube/broadway @aitube/clap @aitube/colors

Getting Started

import { ClapProject } from '@aitube/clap'
import { parseScriptToClap } from '@aitube/broadway'

const clap: ClapProject = await parseScriptToClap("can be a plain text string, an URL or a file path")

Note to developers

This repository is an experimental sandbox, and as a consequence the codebase is pretty messed up. You will only find pain and misery here: weirdly named functions, dead code, hardcoded values, naive heuristics, weird code generated by GPT-4 creating inconsistencies etc

Use at your perils!

Build Instructions

Install Bun

Run the following commands:

bun install

bun run build

To publish:

bun run build

bun run build:declaration

bun run publish

License

This package is under the MIT License. See LICENSE file for more details. Also please don't destroy the planet with my code.

0.2.4-2

11 months ago

0.2.4-1

11 months ago

0.2.4

11 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.1.4-1

11 months ago

0.1.3-1

12 months ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.2.1

11 months ago

0.1.2

12 months ago

0.0.3

1 year ago

0.2.0

11 months ago

0.1.1

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.2.3

11 months ago

0.1.4

11 months ago

0.0.5

1 year ago

0.2.2

11 months ago

0.1.3

12 months ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago