Skip to content

Commit

Permalink
Merge pull request #39 from Josee9988/feature/update-asciinema-video
Browse files Browse the repository at this point in the history
Feature/update asciinema video
  • Loading branch information
Josee9988 authored Jul 11, 2021
2 parents 3e75b4b + 2d0ca58 commit bcca4b3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

---

## [**1.8.2**] - 2021-07-11

### Added

* Some minor comments in the test scripts

### Changed

* The asciinema video

## [**1.8.1**] - 2021-07-10

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Make your _community healthier_ with all the guides like code of conduct, contributing, support, security...
* Learn more with the [official Github guide on creating repositories from a template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template).
* To start using it; "**[click use this template](https://github.com/Josee9988/project-template/generate)**", create your new repository,
* All the basic setup is made through an easy script that will auto-detect all your data to make it lightning fast! 🗲🗲 clone your new repository and execute the `SETUP_TEMPLATE.sh` shell script to personalize the files with your private details. Check how to execute it [here](https://asciinema.org/a/398761).
* All the basic setup is made through an easy script that will auto-detect all your data to make it lightning fast! 🗲🗲 clone your new repository and execute the `SETUP_TEMPLATE.sh` shell script to personalize the files with your private details. Check how to execute it [here](https://asciinema.org/a/424847).
* All the markdown follows [MarkdownLint rules](https://github.com/DavidAnson/markdownlint).

---
Expand All @@ -48,7 +48,7 @@ for more information or guidance, follow the [Github guide](https://docs.github.
chmod u+x SETUP_TEMPLATE.sh && ./SETUP_TEMPLATE.sh # additional parameters [Username] [Project-Name] [Email] [Project type]
```

Additionally, watch *[this video](https://asciinema.org/a/404568)* to see **how to execute the script** or use *`bash SETUP_TEMPLATE.sh --help`* to obtain some extra information.
Additionally, watch *[this video](https://asciinema.org/a/424847)* to see **how to execute the script** or use *`bash SETUP_TEMPLATE.sh --help`* to obtain some extra information.

If the automatic detection of the username, project name or email is NOT right, please post an issue, and you can **manually correct** them like: `bash SETUP_TEMPLATE.sh RightUsername RightProjectName RightEmail` being `$1` the new username, `$2` the new project name, `$3` the new email and `$4` the project type.

Expand Down
2 changes: 1 addition & 1 deletion tests/custom_data_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oneTimeSetUp() {
rm -r $TESTS_TRASH_DIR/tests/ 2>/dev/null || :
rm -r $TESTS_TRASH_DIR/.git/ 2>/dev/null || :
cd $TESTS_TRASH_DIR || exit
bash SETUP_TEMPLATE.sh $USERNAME $NAME $MAIL $TYPE $OMIT_STR >/dev/null
bash SETUP_TEMPLATE.sh $USERNAME $NAME $MAIL $TYPE $OMIT_STR >/dev/null # run the setup script
}

oneTimeTearDown() {
Expand Down
2 changes: 1 addition & 1 deletion tests/project_scaffolding_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oneTimeSetUp() {
rm -r $TESTS_TRASH_DIR/tests/ 2>/dev/null || :
rm -r $TESTS_TRASH_DIR/.git/ 2>/dev/null || :
cd $TESTS_TRASH_DIR || exit
bash SETUP_TEMPLATE.sh $USERNAME $NAME $MAIL $TYPE $OMIT_STR >/dev/null
bash SETUP_TEMPLATE.sh $USERNAME $NAME $MAIL $TYPE $OMIT_STR >/dev/null # run the setup script
}

oneTimeTearDown() {
Expand Down

0 comments on commit bcca4b3

Please sign in to comment.