1.4.6 • Published 3 days ago

@extension-create/develop v1.4.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days 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.4.6

3 days ago

1.4.5

3 days ago

1.4.4

3 days ago

1.4.3

10 days ago

1.4.2

10 days ago

1.4.1

10 days ago

1.4.0

10 days ago

1.4.4-0

10 days ago

1.3.3

1 month ago

1.3.2

1 month ago

1.3.1

1 month ago

1.3.0

1 month ago

1.2.1

1 month ago

1.2.0

2 months ago

1.1.0

2 months ago

1.0.2

2 months ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.0

2 months ago

0.0.0

3 years ago