Permalink
Switch branches/tags
{{ refName }}
default
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Apr 6, 2022
-
fix(examples):
Log the names which are saved in the file. (#38)🐛 When saving the results into a file, the log prints wrong names.
Commits on Dec 10, 2020
Commits on Dec 9, 2020
-
feat: add example for Commander (#32)
* feat(examples):
🎉 Example commander cli to generate fake names using faker.js * test(examples):🚧 Test Case for logNames * chore:🔧 Added VSCode workspace to gitignore * test(examples):✅ Tests for utils * test(examples):✅ Cleanup after save file tests Cleanup by deleting the files which are generated by tests * ci(examples):🔧 Actions for cli-commander-fake-names-generator Github actions for commander example project fake-names-generator * docs(examples):📝 Usage Instruction & README Updates * docs(examples):📝 Added Test information * ci(examples):🔧 Update CI Config with correct path * ci(examples):✏️ Typo Fix of the path name * Update cli/commander/fake-names-generator/README.md Co-authored-by: Rodion Abdurakhimov <rodion-arr@users.noreply.github.com> * fix(examples):🐛 Replace time delimiter`:` in Filename with `-` Windows CI build was failing because of `:` in file name. Hence replacing it with `-` * feat(examples):📦 Replacing faker with chanceJS * Update cli/commander/fake-names-generator/README.md Co-authored-by: Tierney Cyren <accounts@bnb.im> * Update cli/commander/fake-names-generator/README.md Co-authored-by: Tierney Cyren <accounts@bnb.im> * fix(examples):🔥 Remove gender related changes * chore(examples):🙈 Moved the new line to end of file * Update .gitignore Co-authored-by: Tierney Cyren <accounts@bnb.im> * Update cli/commander/fake-names-generator/README.md Co-authored-by: Tierney Cyren <accounts@bnb.im> * Update cli/commander/fake-names-generator/package.json Co-authored-by: Tierney Cyren <accounts@bnb.im> * Update cli/commander/fake-names-generator/README.md Co-authored-by: Tierney Cyren <accounts@bnb.im> * fix(examples):✏️ Fixing auto-commit typo issue. Co-authored-by: Rodion Abdurakhimov <rodion-arr@users.noreply.github.com> Co-authored-by: Tierney Cyren <accounts@bnb.im>
Commits on Oct 29, 2020
Commits on Oct 28, 2020
-
feat: API with Express & Handlebar Templates (#28)
*
✨ API with Express & Handlebar Templates✨ *📖 README formatting *💄 Linting & Formatting Fixes *💄 Lint & Format Fixes *🧪 TestCase updates Co-authored-by: Rodion Abdurakhimov <rodion-arr@users.noreply.github.com> *🖼️ Image and SVG cleanup *♻️ Refactor Routes endpoints to avoid confusion *📖 README-Route updates.Removed DependencyVersion *🗑️ Deleted redundant license file Co-authored-by: Tierney Cyren <accounts@bnb.im> *🗑️ Removed redundant .gitignore Co-authored-by: Tierney Cyren <accounts@bnb.im> *💄 README Formatting *💄 Added missing braces inside code snippet *♻️ Error Handling sends JSON response *🧪 Test Data Cleanup & Readme Update📖 *⚙️ CI Settings for express api example *♻️ Refactor Github Actions *🐛 Syntax fix *⚙️ use npm i as package-lock.json isnt there *🐛 Exit on Test completion *♻️ Renaming directory Co-authored-by: Rodion Abdurakhimov <rodion-arr@users.noreply.github.com> Co-authored-by: Tierney Cyren <accounts@bnb.im>
Commits on Aug 13, 2020
-
Update broken LICENSE file (#22)
The license file was previously broken. This fixes it.
Commits on Aug 11, 2020
-
test: add markdown linting (#23)
* test: add markdownlint-cli * test: add .markdownlint.js * test: run markdownlint --fix . * test: ignore line-length in .markdownlint.json * docs: remove unused section in /cli/yargs * test(ci): add markdown linting CI
Commits on Apr 15, 2020
-
feat: add default sections and REAMDEs and update contributing instru…
…ctions (#6) * feat: add all sections and REAMDEs * docs: add CONTRIBUTING.md
-
-