Skip to content

Instantly share code, notes, and snippets.

@riza
Last active October 31, 2015 22:37
Show Gist options
  • Save riza/27dd03b86b4f2ca20ea7 to your computer and use it in GitHub Desktop.
Save riza/27dd03b86b4f2ca20ea7 to your computer and use it in GitHub Desktop.
kanka proje yapalım scripti
#!/bin/bash
NAME=$1
mkdir $NAME;
cd $NAME;
git init;
npm init;
print "Tebrikler proje için ilk adımı attınız, şimdi silebilirsiniz.";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment