Skip to content

A shell script that let's you clone and npm install projects quickly

Notifications You must be signed in to change notification settings

nimitbhargava/git-clone-npm-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

git-clone-npm-install

Psedu-code

if $TARGET_DIR is not present then return
Set up associative array with shh-name pair
For each shh-name pair
	git clone $ssh $TARGET_DIR$name
	cd $TARGET_DIR$name
	npm install

Resources

This script wouldn't be possible because of the below source - Set up associative array with shh-name pair

To Dos

  1. Adding a flag to git clone all in the present directory
  2. Instead of using associative key, just use the name of the project using regex
  3. Making the script more generic - from just npm install to loading another script

About

A shell script that let's you clone and npm install projects quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages