@spotify/create-web-scripts-library
TypeScript icon, indicating that this package has built-in type declarations

15.0.0 • Public • Published

create-web-scripts-library

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

Usage

With yarn create

yarn create @spotify/web-scripts-library my-cool-library

With npx

npx @spotify/create-web-scripts-library my-cool-library

Programatically

const path = require('path');
const createWebScriptsLibrary = require('@spotify/create-web-scripts-library');

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

Readme

Keywords

none

Package Sidebar

Install

npm i @spotify/create-web-scripts-library

Weekly Downloads

8

Version

15.0.0

License

Apache-2.0

Unpacked Size

183 kB

Total Files

47

Last publish

Collaborators

  • vinzscam
  • timbonicus
  • spotify-eng