@niieani/beemo-build-tools
v0.0.13
Published
Steps:
Readme
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 --devSetup 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 configRun scaffolding:
yarn beemo run-script init-projectMake it into a repo:
git initAdd NPM_TOKEN secret to GitHub repo for semantic-release to work.
Profit!
