Skip to content

Latest commit

 

History

History
 
 

yarnpkg-builder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

@yarnpkg/builder

A CLI tool designed for creating, building, and managing complex plugins.

Features

  • builder new plugin command for scaffolding new plugins
  • builder build bundle command for building complex plugins
  • supports TypeScript out-of-the-box
  • supports custom Babel configurations out-of-the-box
  • uses Webpack internally, providing treeshaking, minification, and various other optimizations out-of-the-box

Installation

yarn add -D @yarnpkg/builder typescript

Commands