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

Version Path
hyla-1.0.9 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.9.pre.3 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.9.pre.2 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.9.pre.1 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.8 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7.pre.9 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7.pre.8 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7.pre.7 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7.pre.6 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7.pre.5 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7.pre.3 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7.pre.2 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.7.pre.1 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.6 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.5 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.5.pre.1 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.4 documentation/scripts/generate_watch_mytrainingproject.sh
hyla-1.0.3 documentation/scripts/generate_watch_mytrainingproject.sh