Package Exports
- extension-create
- extension-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) 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-createUsage
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.