Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sunny-117/gevs
Conveniently generate vscode configuration files
https://github.com/Sunny-117/gevs
Last synced: 9 days ago
JSON representation
Conveniently generate vscode configuration files
- Host: GitHub
- URL: https://github.com/Sunny-117/gevs
- Owner: Sunny-117
- License: mit
- Created: 2024-07-09T06:18:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T04:11:25.000Z (4 months ago)
- Last Synced: 2024-07-16T06:53:10.156Z (4 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gevs [![npm](https://img.shields.io/npm/v/gevs.svg)](https://www.npmjs.com/package/gevs)
English | [简体中文](./README.zh-CN.md)
gevs is a command-line tool used to generate specific configuration files.
## Install
```bash
npm i -g gevs
```## Usage
```shell
gevs # When only gevs is entered, the tool will use the default configuration information to generate the .vscode/settings.json file in the current directory.gevs # When gevs is followed by a file path, the tool will use the content of the file at the specified path as the configuration information to generate the .vscode/settings.json file in the current directory.
```
## Examples
```shell
Use the default configuration:
$ gevsUse the configuration file at the specified path:
$ gevs /path/to/your/config.json```
## License
[MIT](./LICENSE) License © 2024 [Sunny-117](https://github.com/Sunny-117)