@dash4/cli
TypeScript icon, indicating that this package has built-in type declarations

0.9.3 • Public • Published

Dash4 CLI

The Dash4 command line interface

NPM version License Commitizen friendly Prettier TypeScript-ready


Usage

npx @dash4/cli

API

import path from 'path';
import { init } from '@dash4/cli';

(async () => {
  await init(process.cwd(), {
    port: 8888,
    config: path.join(process.cwd(), 'dash4.config.js'),
    force: true,
  });
})();

License

The @dash4/cli is MIT licensed

Readme

Keywords

none

Package Sidebar

Install

npm i @dash4/cli

Weekly Downloads

2

Version

0.9.3

License

MIT

Unpacked Size

80.2 kB

Total Files

40

Last publish

Collaborators

  • smollweide