Skip to content

Commit

Permalink
added gitlen
Browse files Browse the repository at this point in the history
  • Loading branch information
rimsila committed May 24, 2024
1 parent a09d4bc commit 496a507
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 17 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@
"i18n-ally.extract.autoDetect": true,
"i18n-ally.localesPaths": [
"packages/i18n"
]
],
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 SeyyedMahdi Hassanpour
Copyright (c) 2021 Sila Rim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
55 changes: 42 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

# NextDev Pack - Theme, font and useful Extension
# NextDev Pack - Theme, font and useful Extension

#### VSCode `Icon`/`Theme`/`Font` pack

Expand All @@ -11,7 +10,7 @@

When the **Font Directory** appears, install fonts if you haven't already, and restart VSCODE once you have.

**Note:** this is because of `OS` limitations, the fonts must be installed manually.
**Note:** this is because of `OS` limitations, the `fonts must be installed manually`.

### Available Commands

Expand All @@ -28,10 +27,19 @@ When the **Font Directory** appears, install fonts if you haven't already, and r

```json
{
"workbench.colorTheme": "One Dark Pro",
"editor.fontLigatures": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true
"workbench.colorTheme": "One Dark Pro",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.inlineSuggest.enabled": true,
"editor.fontFamily": "'fira code'",
"editor.fontLigatures": "true",
"editor.fontWeight": "normal",
"editor.fontSize": 12,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always",
"source.fixAll": "always"
}
}
```

Expand All @@ -40,18 +48,39 @@ When the **Font Directory** appears, install fonts if you haven't already, and r
## Extensions Included

- 1- [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) - Atom's iconic One Dark theme for Visual Studio Code

- 2- [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) - Material Design Icons for Visual Studio Code

- 3- [FiraCode Font](https://marketplace.visualstudio.com/items?itemName=SeyyedKhandon.firacode) - Professional Font for Developers


## One Click Install
- 4- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Code formatter
- 5- [Sublime Text Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings) - Sublime Text keybindings
- 6- [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) - Tailwind CSS IntelliSense
- 7- [Material Theme](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.material-theme) - Material Design theme for Visual Studio Code
- 8- [Material Product Icons](https://marketplace.visualstudio.com/items?itemName=PKief.material-product-icons) - Product Icons for Visual Studio Code
- 9- [Codeium AI](https://marketplace.visualstudio.com/items?itemName=Codeium.codeium) - AI-powered code autocomplete
- 10- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - EditorConfig Support
- 11- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Integrates ESLint into VS Code
- 12- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) - Spelling checker for your code
- 13- [I18n Ally](https://marketplace.visualstudio.com/items?itemName=Lokalise.i18n-ally) - Internationalization support
- 14- [Shell Format](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format) - Format shell scripts
- 15- [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) - Autocomplete filenames

## One Click Install

`Currently it's support only local install`

Go to left side menu click on extention then click install from VSIX from [HERE](https://github.com/next-dev-team/npack/releases)

<img src="./assets/install.png" width="400" />

## Inspire from tpack
- [Github](https://github.com/SeyyedKhandon/tpack)
## Todo

- [ ] Option Pack for backend and front-end
- [ ] Check list before install
- [ ] Publish to vscode store

# Any Issue or feedback

[Feedback or Issue](https://github.com/next-dev-team/npack/issues)

## Template from tpack

- [Github](https://github.com/SeyyedKhandon/tpack)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npack",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "silarim",
"author": "Sila Rim",
"displayName": "NextDev Pack",
Expand Down Expand Up @@ -54,7 +54,9 @@
"dbaeumer.vscode-eslint",
"streetsidesoftware.code-spell-checker",
"Lokalise.i18n-ally",
"foxundermoon.shell-format"
"foxundermoon.shell-format",
"christian-kohler.path-intellisense",
"eamodio.gitlens"
],
"repository": {
"url": "https://github.com/next-dev-team/npack.git"
Expand Down

0 comments on commit 496a507

Please sign in to comment.