Skip to content
/ node Public template

Skeleton for NodeJS projects

License

Notifications You must be signed in to change notification settings

mqwerty/node

Repository files navigation

Skeleton for NodeJS projects

TMP_NAME=app_name; git clone --depth 1 [email protected]:mqwerty/node.git $TMP_NAME && rm -rf $TMP_NAME/.git $TMP_NAME/README*; unset TMP_NAME;
# or
npx degit mqwerty/node app_name