vroom-tool

0.0.5 • Public • Published

🏎VROOM!


Node version: >=12.0.0

A robust and quick frontend tooling

  • Lightning fast build times with esbuild under the hood.
  • 🎇 Instant File server.
  • 📦 Static site generation.
  • Customizable builds
  • 🌊 Wide varitey of api at hand

Vroom is a new frontend build tool that significantly improves speedes up the frontend development experience. It consists of three major parts:

  • A Customizable build system with esbuild under the hood for blazing fast builds.
  • A fast static site generation and a fast dev server for quick reloading.
  • A Performant and fast core with a robust api for all your needs.

In addition, Vroom is highly customisable via its Config API.

Get Started

vroom bundle --in src/vroom.js --out index.js --opts "{minify: false}" --node

What it does:

  • bundles
  • file in: src/vroom.js
  • out file: index.js
  • options:
    • minify: off
  • build for node(your current node version)

License

This project is under MIT

Dependents (0)

Package Sidebar

Install

npm i vroom-tool

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

5.67 kB

Total Files

5

Last publish

Collaborators

  • imagineee