Skip to content

Commit

Permalink
feat: removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshgup committed Nov 26, 2024
1 parent f7f1591 commit 452d6f6
Show file tree
Hide file tree
Showing 15 changed files with 416 additions and 4,200 deletions.
10 changes: 0 additions & 10 deletions .editorconfig

This file was deleted.

20 changes: 0 additions & 20 deletions .eslintrc.cjs

This file was deleted.

1 change: 0 additions & 1 deletion .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

16 changes: 0 additions & 16 deletions .releaserc.json

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Before using this tool, you'll need:
1. Clone the repository
2. Install dependencies:

```bash
pnpm install
```
```bash
pnpm install
```

3. Create a `.env` file in the root directory:

Expand All @@ -39,4 +39,4 @@ Before using this tool, you'll need:

## Usage

Run `pnpm run cl` to start the CLI. Now follow the on-terminal instructions.
Run `pnpm run cl` to start the CLI. Now follow the on-terminal instructions.
1 change: 0 additions & 1 deletion commitlint.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions jest.config.js

This file was deleted.

28 changes: 3 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,11 @@
"build": "tsup-node",
"build:watch": "tsup-node --watch",
"clean": "rimraf dist",
"commit": "cz",
"commitlint": "commitlint --edit",
"compile": "tsc",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "ts-node ./bin/run.ts",
"start:node": "node ./bin/run",
"test": "jest",
"test:watch": "jest --watchAll",
"prepare": "husky",
"release": "semantic-release"
"test:watch": "jest --watchAll"
},
"keywords": [
"typescript",
Expand All @@ -44,38 +36,24 @@
"author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@jest/globals": "^29.7.0",
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/prompts": "^2.4.9",
"@types/signale": "^1.4.7",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"semantic-release": "^23.1.1",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@types/express": "^5.0.0",
"consola": "^3.2.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"giget": "^1.2.3",
"picocolors": "^1.0.1",
"yargs": "^17.7.2"
Expand Down
Loading

0 comments on commit 452d6f6

Please sign in to comment.