🔧 Simplify scripts and development (#155)
* 🔧 Update scripts and configs * 🔧 Add shebang to script * 🔥 Remove test and dev configs, pass inline * ✨ Add local development dev-link set up * 📝 Update generated docs with refactor * 📝 Add Contributing guide
This commit is contained in:

committed by
GitHub

parent
a7fd258e18
commit
f09fb854bf
16
scripts/test.sh
Normal file
16
scripts/test.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# Exit in case of error
|
||||
set -e
|
||||
|
||||
# Run this from the root of the project
|
||||
|
||||
rm -rf ./testing-project
|
||||
|
||||
cookiecutter --no-input -f ./ project_name="Testing Project"
|
||||
|
||||
cd ./testing-project
|
||||
|
||||
bash ./scripts/test.sh "$@"
|
||||
|
||||
cd ../
|
Reference in New Issue
Block a user