#!/bin/sh mkdir $1; cd $1 && shift && npm init -y $@ && git init . && cd ..