Here are
377 public repositories
matching this topic...
A modern formatting library
A JavaScript plugin for entering and validating international telephone numbers
Updated
Aug 11, 2020
JavaScript
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
Updated
Sep 1, 2020
Swift
🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
Updated
Aug 14, 2020
Python
Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
Updated
Sep 2, 2020
Swift
A JS library for number formatting
Updated
Jul 30, 2020
JavaScript
JavaScript implementation of Project Fluent
Updated
Aug 26, 2020
JavaScript
A rust library to print aligned and formatted tables
Updated
Aug 26, 2020
Rust
PostCSS plugin to keep rules and at-rules content in order.
Updated
Jul 17, 2020
JavaScript
Quickly format table in ASCII. Great for code comments, or Github Markdown!
Updated
Jun 29, 2020
JavaScript
Updated
Aug 10, 2020
TypeScript
Official public Markdeep source archive
Updated
Aug 25, 2020
JavaScript
Turn a ReactElement into the corresponding JSX string
Updated
Aug 29, 2020
JavaScript
Android library designed for automatic formatting of text input by custom rules
Updated
Aug 11, 2020
Java
.NET C# library for advanced formatting of console output [Apache]
Vue.js component for Cleave.js ⌨️
Updated
May 17, 2020
JavaScript
templates to format geographic addresses
🍣 A lightweight console printing and formatting toolkit
Updated
Aug 26, 2020
Python
Android code style settings for Android Studio at grandcentrix
Updated
Aug 1, 2020
Shell
nginx config file formatter/beautifier written in Python.
Updated
Aug 17, 2020
Python
Write consistent git commit messages based on a custom template
Updated
Feb 19, 2020
Haskell
A Julia style guide that lives in a blue world
An opinionated code formatter for Julia.
Updated
Sep 4, 2020
Julia
A NetBeans IDE plugin supporting the EditorConfig standard. ⛺
Updated
Jul 25, 2020
Java
Library for managing git hooks
Updated
Aug 30, 2020
Python
A to the point yaml front matter parser
Rust library for word wrapping text
📰 A collection of JavaScript functions useful for making prose reader friendly.
Updated
Aug 26, 2020
JavaScript
String formatting library for Java, Android, Web and Unix Terminal
Updated
Jan 15, 2020
Java
Improve this page
Add a description, image, and links to the
formatting
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
formatting
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Most js projects have configured linters in package.json as npm run script to pass on arguments to eslint and start it for example with npm run lint:eslint.
Suggestion: make it possible to run a linter unsing this npm run configuration, otherwise you have to maintain paraleters for all linters in two locations: package.json and github action file.