@extension-create/create
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

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

/@extension-create/create/

    Package Sidebar

    Install

    npm i @extension-create/create

    Weekly Downloads

    537

    Version

    1.5.0

    License

    MIT

    Unpacked Size

    2.24 MB

    Total Files

    143

    Last publish

    Collaborators

    • cezaraugusto