Add create new component script
Creating components with copy-paste from Example can be made smoother with a complete generation script.
Example https://gist.github.com/GoodMattwin/eba19a6ec4fb2626e708e91aa534f9f2
Read from file
#!/bin/sh
value=`cat config.txt`
echo "$value"
Edited by Kristoffer Nordström