We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the command to duplicates a new layer based on an existing layer. Also, it's better to have an option to create a template layer file.
Command might be like
$ charites copy old-layer.yml new-layer.yml or $ charites add-layer --copy old-layer.yml
The text was updated successfully, but these errors were encountered:
A great idea! May I propose the following:
The source style description forms the standard charites structure, such as:
style.yml layers/layer1.yml layers/layer2.yml
charites copy style.yml layer1 layer1a
This should make a duplicate of layers/layer1.yml as layers/layer1a.yml and insert reference to layers/layer1a.yml from style.yml.
layers/layer1.yml
layers/layer1a.yml
style.yml
What do you think?
Sorry, something went wrong.
No branches or pull requests
Add the command to duplicates a new layer based on an existing layer. Also, it's better to have an option to create a template layer file.
Command might be like
The text was updated successfully, but these errors were encountered: