Open naogify opened 3 years ago
charites import <source> [destination]
<source>
[destination]
Create charites project files from exist style.json
style.json
Options
--composite-layers
charites import style.json my-project
Then we will get the same result of charites init (ex, style.yml, config.yml, layers/).
charites init
style.yml
config.yml
layers/
charites import
<source>
is JSON file to import.[destination]
is name of project directoryCreate charites project files from exist
style.json
Options
--composite-layers
a single YAML will be generated with multiple layers.Then we will get the same result of
charites init
(ex,style.yml
,config.yml
,layers/
).