Skip to content

Instantly share code, notes, and snippets.

View asistent0's full-sized avatar

Константин asistent0

  • Volzhsky
  • 22:52 (UTC +03:00)
View GitHub Profile
@asistent0
asistent0 / comands
Last active August 3, 2025 12:35
Команды для npm и cmd
{
Сокращения: {
install: (i),
uninstall: (r),
update: (up),
--save: (-S),
--save-dev: (-D),
--global: (-g)
},
npm: {
@asistent0
asistent0 / Preferences.sublime-settings
Last active November 19, 2016 17:03
Пользовательские настройки Sublime Text 3
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"build_on_save": 1,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_style": "phase",
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
"enabled_plugins":
[