Skip to content

Instantly share code, notes, and snippets.

@icew1nd
Created February 15, 2022 00:30
Show Gist options
  • Save icew1nd/1ac2bf50940158537f6c9f28cda875a0 to your computer and use it in GitHub Desktop.
Save icew1nd/1ac2bf50940158537f6c9f28cda875a0 to your computer and use it in GitHub Desktop.
#! /usr/bin/env node
const fs = require("fs-extra");
const installFolder = process.argv.slice(2)[0];
fs.mkdirSync("./" + installFolder);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment