JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 125
  • Score
    100M100P100Q65736F
  • License MIT

The Extension.js create step

Package Exports

  • @extension-create/create
  • @extension-create/create/dist/module.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@extension-create/create) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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.