Created
February 19, 2019 19:09
-
-
Save niradler/626f63a6622a41adb333ebe4cb1591a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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