@codui/cli

1.0.8 • Public • Published

@codui/cli

Launch a JavaScript code and markdown editing environment in your browser.

Installation

Install @codui/cli globally

# npm
npm install -g @codui/cli

# yarn
yarn global add @codui/cli

Usage/Examples

If you have installed the package globally, you use the codui command

codui start [options] [workbook]

If you want to run the command directly without installing, you can use npx or yarn dlx

# npm
npx -p @codui/cli codument start [options] [workbook]

# yarn

yarn dlx -p @codui/cli codument start [options] [workbook]

Arguments

workbook - name of workbook to run (default: "workbook")

Options

-p, --port - http port to launch server on (default: "4000")

Features

  • Light/dark mode toggle
  • Live previews

Screenshots

Light Mode

Light Screenshot

Dark Mode

Dark Screenshot

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @codui/cli

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

1.26 MB

Total Files

4

Last publish

Collaborators

  • austinewuncler