Sha256: 82203a5d1a456751361c892a9585102c7b1e1957a51b9e7cacbccd7c6c9d07e6
Contents?: true
Size: 432 Bytes
Versions: 19
Compression:
Stored size: 432 Bytes
Contents
#!/bin/sh source remove_temp_directories.sh echo "Create a MyTrainingProject using template book" cd ~/hyla hyla new --t training -d MyTrainingProject echo "Project created" ls -la ~/hyla/MyTrainingProject cd ~/hyla/MyTrainingProject echo "Geerate content" hyla generate ls -la ~/hyla/MyTrainingProject/generate_content echo "Watch content" hyla watch -s ~/hyla/MyTrainingProject/ -d ~/hyla/MyTrainingProject/generated_content
Version data entries
19 entries across 19 versions & 1 rubygems