From de576d420a21aa312c6819c264e1cd3065dbf494 Mon Sep 17 00:00:00 2001 From: AnthonyLzq Date: Sun, 10 Jul 2022 20:34:27 -0500 Subject: [PATCH 1/2] fix: question for ghas --- README.md | 2 +- lib/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5afc44d..8cf6b3b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The following questions will be asked to the user: - `License year (current year):`, the year where your license starts, current year as default. - `Will this project be deployed with Heroku? [y/n]`:, yes or no question, only y or n is accepted. This is not case sensitive. - `Would you want to have a basic suit of tests with Jest? [y/n]`. -- `Would you want to have a basic GitHub Action for the suit of tests? [y/n]`. +- `Would you want to have a basic GitHub Action for the suit of tests and linting?? [y/n]`. ## What is new? diff --git a/lib/index.js b/lib/index.js index ae0d798..b0262af 100644 --- a/lib/index.js +++ b/lib/index.js @@ -135,7 +135,7 @@ exports.tsInitialConfig = async () => { if (config.tests) config.ghat = readLineSync.keyInYNStrict( - '> Would you want to have a basic GitHub Action for the suit of tests? ', + '> Would you want to have a basic GitHub Action for the suit of tests and linting?? ', { caseSensitive: false } From 2a193790b6aaac5e52b3442c9afd6b21fdade2dd Mon Sep 17 00:00:00 2001 From: AnthonyLzq Date: Sun, 10 Jul 2022 20:39:53 -0500 Subject: [PATCH 2/2] feat: implemented badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8cf6b3b..39c3dad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # TypeScript project generator +[![NPM version](https://img.shields.io/npm/v/typescript-project-generator.svg?style=flat)](https://www.npmjs.com/package/typescript-project-generator) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/AnthonyLzq/simba.js/blob/master/LICENSE) +[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://reactjs.org/docs/how-to-contribute.html#your-first-pull-request) +[![Lint](https://github.com/AnthonyLzq/typescript-project-generator/actions/workflows/lint.yml/badge.svg)](https://github.com/AnthonyLzq/typescript-project-generator/actions/workflows/lint.yml) + This project has the goal to create a basic setup for a `TypeScript` project. It will create many files that are usually created manually. Currently the following files are being created: - `.env`