Skip to content

Instantly share code, notes, and snippets.

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

Saif Mohamed saifmohamedsv

🏠
Working from home
View GitHub Profile
@saifmohamedsv
saifmohamedsv / create-nextjs.js
Last active March 10, 2024 15:41
Create custom boilerplate for your react.js app
const { execSync } = require("child_process");
const fs = require("fs");
const readline = require("readline").createInterface({
input: process.stdin,
output: process.stdout,
});
let appName = "brand-ecommerce"; // Replace with your desired app name
// Create a new next.js app