Get started in seconds with npm
npm install -g baseline-check-cli-tool
🎉 Available on npm: npmjs.com/package/baseline-check-cli-tool
{ "baseline": "2023" }
Save as baseline.config.json
npx baseline-check
npx baseline-check --report
Generate detailed report
Protect your deployments automatically
name: Baseline Check on: push: branches: ["*"] pull_request: branches: ["*"] jobs: baseline: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: '20' - name: Install dependencies run: npm install - name: Run baseline-check run: npx baseline-check
💡 Pro tip: Save as .github/workflows/baseline.yml
in your repository
Everything you need to maintain web standards and browser compatibility
Intelligently scans JavaScript, TypeScript, CSS, and HTML files to detect modern web features and their browser compatibility.
Uses the official web-features dataset to validate against Baseline support years, ensuring reliable compatibility data.
Seamlessly integrates with GitHub Actions, Jenkins, and other CI systems to prevent unsafe deployments automatically.