An open API service indexing awesome lists of open source software.

https://github.com/knutkirkhorn/sofic

Check the source files in directories
https://github.com/knutkirkhorn/sofic

checker cli cli-app command-line file linter nodejs repo repolinter repository source terminal

Last synced: 5 months ago
JSON representation

Check the source files in directories

Awesome Lists containing this project

README

          

# sofic

> Check the source files in directories

Sofic: **So**urce **fi**le **c**hecker.

## Installation

```sh
npm install --global sofic
```

## Development

```sh
bun cli.ts check
```

## Usage

```
$ sofic --help

Usage
$ sofic
$ sofic add
$ sofic check

Examples
$ sofic
$ sofic add eslint
$ sofic add --list
$ sofic check C:\Users\knut\dev\sofic
$ sofic check C:\Users\knut\dev
```