@niieani/beemo-build-tools
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

beemo-build-tools

Steps:

yarn set version berry
yarn init # add --workspace if monorepo
echo 'nodeLinker: "node-modules"' >> .yarnrc.yml
yarn add @niieani/beemo-build-tools --dev

Setup your .config/beemo.ts, for example:

import {BeemoConfig} from '@beemo/core'

const config: BeemoConfig = {
  module: '@niieani/beemo-build-tools',
  drivers: ['babel', 'eslint', 'jest', 'prettier', 'typescript', 'webpack'],
  settings: {
    // for vite:
    vite: true,
  },
}

export default config

Run scaffolding:

yarn beemo run-script init-project

Make it into a repo:

git init

Add NPM_TOKEN secret to GitHub repo for semantic-release to work.

Profit!

Dependencies (34)

Dev Dependencies (6)

Package Sidebar

Install

npm i @niieani/beemo-build-tools

Weekly Downloads

0

Version

0.0.13

License

none

Unpacked Size

30.6 kB

Total Files

28

Last publish

Collaborators

  • niieani