1.8.0 • Published 12 months ago

@extension-create/create v1.8.0

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

@extension/create

The create part of Extension.js. Available as a standalone package.

This package stores all logic needed by Extension.js to create new projects.

Installation

yarn add @extension-create/create

Usage

import createExtension from '@extension-create/create'

async function createNewExtension () {
  await createExtension(
    projectName: /* string (required) */,
    workingDir /* string (defaults to process.cwd) */,
    template /* string - defaults to 'web' */
  )
}

createNewExtension()

License

MIT (c) Cezar Augusto.

1.8.0

12 months ago

1.7.1

12 months ago

1.7.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.2.5

1 year ago

1.2.691

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.3.0

1 year ago

1.2.60

1 year ago

1.2.63

1 year ago

1.2.64

1 year ago

1.2.61

1 year ago

1.2.62

1 year ago

1.2.67

1 year ago

1.2.68

1 year ago

1.2.65

1 year ago

1.2.66

1 year ago

1.2.69

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago

0.0.0

4 years ago