Skip to content

Commit 1bb4116

Browse files
style: format code and remove unnecessary whitespace across multiple files
1 parent 2aeefa1 commit 1bb4116

42 files changed

Lines changed: 3348 additions & 1747 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.FastKit

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
github: abhishek-nexgen-dev
44
buymeacoffee: abhishek96z
5-
open_collective: NexGenStudioDev
5+
open_collective: NexGenStudioDev

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- name: Publish to npm
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47-
run: pnpm publish --access public --no-git-checks
47+
run: pnpm publish --access public --no-git-checks

.prettierrc.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"semi": true,
3-
"singleQuote": true,
4-
"printWidth": 100,
5-
"tabWidth": 2,
6-
"useTabs": false,
7-
"trailingComma": "all",
8-
"bracketSpacing": true,
9-
"arrowParens": "always",
10-
"endOfLine": "lf",
11-
"proseWrap": "preserve",
12-
"jsxSingleQuote": false,
13-
"quoteProps": "as-needed"
2+
"semi": true,
3+
"singleQuote": true,
4+
"printWidth": 100,
5+
"tabWidth": 2,
6+
"useTabs": false,
7+
"trailingComma": "all",
8+
"bracketSpacing": true,
9+
"arrowParens": "always",
10+
"endOfLine": "lf",
11+
"proseWrap": "preserve",
12+
"jsxSingleQuote": false,
13+
"quoteProps": "as-needed"
1414
}

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11+
1112
- Initial project setup
1213
- Core FastKit framework
1314
- Modular architecture support
@@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2627
## [1.0.0] - 2025-06-27
2728

2829
### Added
30+
2931
- Initial release of FastKit
3032
- Modular, class-based toolkit for API development
3133
- TypeScript and Express.js integration
@@ -40,20 +42,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4042
- Package publishing setup
4143

4244
### Features
45+
4346
- **Core Framework**: Base FastKit class for managing features
4447
- **Auth Module**: Complete authentication system with controllers, services, and validators
4548
- **Modular Design**: Feature-based architecture for scalable API development
4649
- **Type Safety**: Full TypeScript support with strict type checking
4750
- **Development Tools**: Linting, formatting, and development server setup
4851

4952
### Developer Experience
53+
5054
- Hot reload development server with ts-node-dev
5155
- Automated code formatting with Prettier
5256
- Code quality enforcement with ESLint
5357
- Git hooks with Husky and lint-staged
5458
- Comprehensive build and publish pipeline
5559

5660
### Documentation
61+
5762
- Detailed README with usage examples
5863
- Contributing guidelines
5964
- MIT License
@@ -102,4 +107,4 @@ Check out our [documentation](README.md) to get started building your first Fast
102107

103108
---
104109

105-
*For more details about any release, see the [full changelog](https://github.com/NexGenStudioDev/FastKit/blob/main/CHANGELOG.md) or [release notes](https://github.com/NexGenStudioDev/FastKit/releases).*
110+
_For more details about any release, see the [full changelog](https://github.com/NexGenStudioDev/FastKit/blob/main/CHANGELOG.md) or [release notes](https://github.com/NexGenStudioDev/FastKit/releases)._

0 commit comments

Comments
 (0)