Skip to content

Instantly share code, notes, and snippets.

@niradler
Created February 19, 2019 19:09
Show Gist options
  • Save niradler/626f63a6622a41adb333ebe4cb1591a3 to your computer and use it in GitHub Desktop.
Save niradler/626f63a6622a41adb333ebe4cb1591a3 to your computer and use it in GitHub Desktop.
mkdir -p src/components/$1
touch src/components/$1/$1.scss
sed -e "s/COMPONENT_NAME/$1/g" ~/code_templates/component.js > src/components/$1/index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment