tw-runner
Version:
Run and manage Tower Website projects with this utility.
19 lines (15 loc) • 576 B
Markdown
## Enabling Executables
#### Initialization
**First Step:** Run this script: `bash init.sh`
The above command will initialize the project and enable all the bash scripts/commands by associating each bash file with a filepath variable.
You may be prompted to enter your system password to proceed.
#### Optional
Check each command's local filepath:
```
which bx-start
which bx-update
which bx-publish
```
## Start a new project
Will only work fter enabling the executables with the previous command
Run this script to start a new project: `bx-start new-site-name`