New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

rome

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rome

Rome is a toolchain for the web: formatter, linter and more

0.10.1
next
Version published
Weekly downloads
13K
-10.48%
Maintainers
2
Weekly downloads
 
Created

Rome's logo depicting an ancient Roman arch with the word Rome to its side Rome's logo depicting an ancient Roman arch with the word Rome to its side

Rome is a formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.

Rome is designed to replace Babel, ESLint, webpack, Prettier, Jest, and others.

Rome unifies functionality that has previously been separate tools. Building upon a shared base allows us to provide a cohesive experience for processing code, displaying errors, parallelizing work, caching, and configuration.

Rome has strong conventions and aims to have minimal configuration. Read more about our project philosophy.

Rome is written in Rust.

Rome has first-class IDE support, with a sophisticated parser that represents the source text in full fidelity and top-notch error recovery.

Rome is MIT licensed and moderated under the Contributor Covenant Code of Conduct.

Installation

npm i rome@next

Usage

Format files:

rome format --write ./path ./path/to/file.js

For complete documentation, please visit the official website.

Philosophy

The project philosophy can be found on our website.

Community

Contribution and development instructions can be found in CONTRIBUTING.

Additional project coordination and real-time discussion happens on our Discord server. Remember that all activity on the Discord server is still moderated and will be strictly enforced under the project's Code of Conduct.

Technical documentation

If you're curious to know our internals, you can browse our technical documentation.

FAQs

Package last updated on 08 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts