Skip to content

Instantly share code, notes, and snippets.

View sharafdin's full-sized avatar

Mr Sharafdin sharafdin

View GitHub Profile
@sharafdin
sharafdin / npm-downloads-increaser.mjs
Last active May 8, 2024 10:55
🚀 Instantly amplify your npm package's downloads with npm Downloads Increaser! This powerful script rapidly boosts your download stats, showcasing your package's popularity. Dive in and see your numbers soar! 🌟
import https from 'https'; // Import the https module to make HTTPS requests
import readline from 'readline'; // Import the readline module for interactive command line interfaces
// Create a readline interface for user input from the command line
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout
});
/**
@sharafdin
sharafdin / .gitignore
Created February 20, 2024 12:14
.gitignore-templates
### AL ###
#Template for AL projects for Dynamics 365 Business Central
#launch.json folder
.vscode/
#Cache folder
.alcache/
#Symbols folder
.alpackages/
#Snapshots folder
.snapshots/