Skip to content

Instantly share code, notes, and snippets.

View murattcann's full-sized avatar
🏠
Working from home

Murat CAN murattcann

🏠
Working from home
  • Turkey
View GitHub Profile
@ankurk91
ankurk91 / npm-commands.md
Last active October 22, 2023 12:16
Useful npm commands and tricks

npm v3.10 - ◾

⚠️ This gist is outdated, but most of the commands are still relevant. ⚠️

Update npm itself

npm install -g npm
# Downgrade to a specific version
npm install -g npm@6
@hsnaydd
hsnaydd / socialShare.js
Last active October 15, 2023 14:15
Sosyal Medya İçerik Paylaş Fonksiyonu
/**
* Sosyal medya paylaş fonksiyonu
*
* @param string sharingSite : Paylaşımın hangi ortamda yapılacağını belirleyen değişken
* @param string url : paylaşılacak sayfa adresi
* @param string title : paylaşılacak sayfa başlığı
*
* Nasıl Çalışır :
* Bu javascript fonksiyonunu sayfanızın herhangi bir yerine <script> </script> tagları içerisinde yerleştirin
* Daha sonra Paylaş butonlarınızı dilediğiniz şekilde ayarlayın