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

1.4.0 • Public • Published

@extension/create

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

This package stores all logic needed by extension 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @extension-create/create

Weekly Downloads

453

Version

1.4.0

License

MIT

Unpacked Size

1.69 MB

Total Files

110

Last publish

Collaborators

  • cezaraugusto