1.8.0 • Published 12 months ago

@extension-create/develop v1.8.0

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

@extension-create/develop

The start part of extension-create available as a standalone package.

This package stores all logic needed by extension-create to start new projects.

Installation

npm i @extension-create/develop

Usage

There are two ways of using it:

Standalone Executable

# Will start a new browser instance with my-extension-hello loaded.
npx @extension-create/start my-extension-hello

Imported CLI

Alternatively, if you're using commander, you can use @extension-create/start to extend you CLI. This is what extension-create does.

const {program} = require('commander')
const startExtensionCLI = require('@extension-create/start')

const yourCreateProgram = program

yourCreateProgram
  .version(packageJson.version)

startExtensionCLI(yourCreateProgram)

yourCreateProgram
  .parse(process.argv)

Program options table

FlagArgumentWhat it does
-m, --manifestfile pathSpecify a custom path for your extensions's manifest file

Contributing

See CONTRIBUTING.md

License

MIT (c) Cezar Augusto.

1.7.0-beta.0

1 year ago

1.7.0-beta.1

1 year ago

1.8.0

12 months ago

1.7.0

1 year ago

1.6.1

1 year ago

1.8.0-beta.1

12 months ago

1.8.0-beta.0

12 months ago

1.8.0-beta.2

12 months ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.6

1 year ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.4.4-0

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago

0.0.0

4 years ago