https://github.com/jellydn/vs-code-preset
Easy to quickly enable/disable VS Code extensions base on your preset
https://github.com/jellydn/vs-code-preset
cli deno vscode vscode-extension
Last synced: about 2 months ago
JSON representation
Easy to quickly enable/disable VS Code extensions base on your preset
- Host: GitHub
- URL: https://github.com/jellydn/vs-code-preset
- Owner: jellydn
- Created: 2021-04-18T13:32:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T16:50:58.000Z (about 5 years ago)
- Last Synced: 2024-05-02T02:29:45.338Z (about 2 years ago)
- Topics: cli, deno, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to vs-code-preset 👋

[](#)
[](https://twitter.com/jellydn)
> Easy to quickly enable/disable VS Code extensions base on your preset
## Install
Step 1: install [deno](deno.land)
```sh
curl -fsSL https://deno.land/x/install/install.sh | sh
```
Step 2: clone this repo and run below command
## Usage
```sh
yarn build
```
For example, this is my output.
```sh
arn build
yarn run v1.22.5
$ cd cli && deno compile --unstable --allow-read --allow-env --allow-write --allow-run --allow-net index.ts
Check file:///Users/huynhducdung/Projects/vs-code-preset/cli/index.ts
Bundle file:///Users/huynhducdung/Projects/vs-code-preset/cli/index.ts
Compile file:///Users/huynhducdung/Projects/vs-code-preset/cli/index.ts
Emit cli
✨ Done in 2.69s.
```
Then run the `vs-code-preset` cli tool.
```
./cli/cli -h
Usage: vs-code-preset
Version: v0.1.0
Description:
Easy to switch your vs code extensions base on your preset
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.
-l, --list - list all presets.
-a, --add - add a new preset.
-s, --select [name] - select an exist preset.
-e, --editor [ide] - the default IDE. (Default: "vs-code")
```
## Run tests
```sh
yarn test
```
## Feature
- Add a new preset
- List all presetss
- Select and enable a preset (WIP)
## Author
👤 **Huynh Duc Dung **
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)
## Show your support
Give a ⭐️ if this project helped you!
[](https://www.patreon.com/jellydn)
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_