Skip to content
/ tools Public
forked from rome/tools

The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.

License

Notifications You must be signed in to change notification settings

sakit0/tools

This branch is 2352 commits behind rome/tools:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 8, 2020
6753419 · Dec 8, 2020
Oct 24, 2020
Jun 28, 2020
Nov 14, 2020
Nov 13, 2020
Nov 12, 2020
Nov 14, 2020
Dec 8, 2020
Aug 5, 2020
Aug 19, 2020
Aug 3, 2020
Oct 24, 2020
Oct 24, 2020
Oct 24, 2020
Feb 27, 2020
Oct 24, 2020
Nov 13, 2020
Jul 25, 2020
Jul 18, 2020
Jul 30, 2020

Repository files navigation

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

Rome is a linter, compiler, 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 TypeScript and runs on Node.js. Rome has zero dependencies, and has largely been written from scratch. See credits for more information.

Rome is maintained by a team of volunteers under an established governance model.

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

Status

The current area of focus is linting. See the umbrella task #20 for tracking.

Getting Started

To setup Rome in a project, all you need is a rome.json file.

$ mkdir hello-world
$ cd hello-world
$ rome init

This file is used to configure Rome and indicates the boundaries of your project.

See Getting Started guide for more usage instructions.

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.

About

The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.7%
  • JavaScript 3.8%
  • SCSS 1.1%
  • Liquid 0.4%
  • Shell 0.0%
  • HTML 0.0%