Built on the top
- turborepo - A high-performance build system for monorepo
- esbuild - An extremely fast JavaScript and CSS bundler and minifier
- semantic-release - Fully automated version management and package publishing
- typescript - A strongly typed programming language that builds on JavaScript
- commitlint - Lint commit messages
- conventional-changelog - Generate changelogs and release notes from a project's commit messages and metadata
- eslint - Find and fix problems in your JavaScript code
- husky - Modern native Git hooks made easy
Ecosystem
aronrepo
builds on the top above-mentioned tools, systems and languages, with useful commands and conventional workflows.
With continuous integration, most commands and actions can be automated.
- aronlog - A set of human-friendly and beautiful terminal log syntax
Getting Started
Automatically install core packages by installing aronrepo
:
npm i aronrepo -D
You can also manually install peerDependencies
for fixed versions.