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

1.3.0 • Public • Published

@extension-create/create

The create part of extension-create. Available as a standalone package.

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

213

Version

1.3.0

License

MIT

Unpacked Size

1.7 MB

Total Files

110

Last publish

Collaborators

  • cezaraugusto