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
- Host: GitHub
- URL: https://github.com/knutkirkhorn/sofic
- Owner: knutkirkhorn
- License: mit
- Created: 2023-03-26T11:08:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T16:16:22.000Z (over 2 years ago)
- Last Synced: 2024-04-23T23:05:15.330Z (about 2 years ago)
- Topics: checker, cli, cli-app, command-line, file, linter, nodejs, repo, repolinter, repository, source, terminal
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```