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

1.2.1 • Public • Published

create-lib

Scaffold a @blockmatic/dev-scripts library quickly. Code was directly inspired by create-next-app.

Usage

With yarn create

yarn create @blockmatic/create-lib my-cool-library

With npx

npx @blockmatic/create-lib my-cool-library

Programatically

const path = require('path');
const createWebScriptsLibrary = require('@blockmatic/create-lib');

async function start() {
  await createWebScriptsLibrary(path.resolve('my-cool-library'));
}

Readme

Keywords

none

Package Sidebar

Install

npm i @blockmatic/create-lib

Weekly Downloads

28

Version

1.2.1

License

Apache-2.0

Unpacked Size

416 kB

Total Files

33

Last publish

Collaborators

  • ruge0326
  • gaboesquivel