Sha256: bb0f1025e618f194828bc31f6b0894602791a5c8a848da8e5e5538916c5465f6
Contents?: true
Size: 641 Bytes
Versions: 1
Compression:
Stored size: 641 Bytes
Contents
#!/bin/sh source remove_temp_directories.sh echo "Create a Blank project but containing the yaml config file" cd ~/hyla hyla new -b -d MyBlankProject --force cd MyBlankProject echo "Change destination parameter" ruby -i.bak -pe 'sub(%r{destination: generated_content},"destination: .")' _config.yaml hyla create --a article hyla create --a book hyla create --a image hyla create --a audio hyla create --a video hyla create --a source hyla create --a table echo "Project created" ls -la ~/hyla/MyBlankProject echo "Revert destination parameter" ruby -i.bak -pe 'sub(%r{destination: .},"destination: generated_content")' _config.yaml
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyla-1.0.3 | documentation/scripts/create_myblankproject_add_artefacts_config.sh |