Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vantaboard/fflt
Format, fix, lint, typecheck.
https://github.com/vantaboard/fflt
Last synced: about 1 month ago
JSON representation
Format, fix, lint, typecheck.
- Host: GitHub
- URL: https://github.com/vantaboard/fflt
- Owner: vantaboard
- License: mit
- Created: 2023-08-01T02:54:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T08:11:26.000Z (over 1 year ago)
- Last Synced: 2024-10-08T09:06:04.624Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 753 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
# fflt
[![npm package][npm-img]][npm-url]
[![Build Status][build-img]][build-url]
[![Downloads][downloads-img]][downloads-url]
[![Issues][issues-img]][issues-url]
[![Code Coverage][codecov-img]][codecov-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]
[![Template Used][ryansonshine-img]][ryansonshine-url]> Format, fix, lint, and typecheck.
More features on the way! This is a tool to format, fix, lint, and typecheck only the files that you have touched when diff'd against another branch.
## Install
```sh
npm install -D fflt
``````sh
yarn add -D fflt
```## Usage
```sh
Usage
- Create a config file
fflt init- Runs a command using fflt
fflt commandOptions
--version, -v Show version
--cached, -c Include cached files
--default, -d Use default branch
--branch, -b Name of branch to use
--root, -r Use git root
--ignore, -i Ignore pattern (regex)
--verbose, -v Verbose output
```[build-img]:https://github.com/vantaboard/fflt/actions/workflows/release.yml/badge.svg
[build-url]:https://github.com/vantaboard/fflt/actions/workflows/release.yml
[downloads-img]:https://img.shields.io/npm/dt/fflt
[downloads-url]:https://www.npmtrends.com/fflt
[npm-img]:https://img.shields.io/npm/v/fflt
[npm-url]:https://www.npmjs.com/package/fflt
[issues-img]:https://img.shields.io/github/issues/vantaboard/fflt
[issues-url]:https://github.com/vantaboard/fflt/issues
[codecov-img]:https://codecov.io/gh/vantaboard/fflt/branch/main/graph/badge.svg
[codecov-url]:https://codecov.io/gh/vantaboard/fflt
[semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]:https://github.com/semantic-release/semantic-release
[ryansonshine-img]:https://img.shields.io/badge/%F0%9F%A7%91-Template%20Used-blue
[ryansonshine-url]:https://github.com/ryansonshine/typescript-npm-package-template