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

2.0.0-rc.38 • 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

pnpm add extension-create

Usage

import {extensionCreate} from 'extension-create'

async function createNewExtension () {
  await extensionCreate(
    projectName: /* string (required) */,
    {
      /* string - Template name or URL. Defaults to 'init' */
      template
    }
  )
}

createNewExtension()

License

MIT (c) Cezar Augusto.

Readme

Keywords

none

Package Sidebar

Install

npm i extension-create

Weekly Downloads

1,592

Version

2.0.0-rc.38

License

MIT

Unpacked Size

39.6 kB

Total Files

24

Last publish

Collaborators

  • cezaraugusto