Skip to content

Commit 455bf0d

Browse files
v1.2.0 (#33)
1 parent 152b49a commit 455bf0d

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

README.md

+2-26
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,11 @@ fastify-swc-server [project-name]
2020

2121
Replace `[project-name]` with the intended name for the project. This creates a new directory with the specified name, clones the Fastify SWC server repo, and configures the project accordingly.
2222

23-
## Current Features
24-
25-
- Clones a boilerplate from [this repository](https://github.com/mattfsourcecode/fastify-swc-typescript-server).
26-
- Removes the original `.git` directory and initializes a new git repository for a clean version control start.
27-
- Updates the `package.json` with the specified project name and resets the author value to an empty string.
28-
- More customizations to be added...
29-
3023
<br>
31-
<img width="300" alt="logo" src="https://github.com/user-attachments/assets/a6907512-87a4-45de-9188-cdc494dfe5a8">
32-
33-
## Licensing
34-
35-
This project is licensed under the MIT License.
36-
37-
### Third-Party Licenses
38-
39-
The repository uses some third-party dependencies under other licenses:
40-
41-
- BSD-3-Clause
42-
- ISC
43-
44-
The full texts of these licenses are included in the repository.
24+
<img width="300" alt="logo" src="https://github.com/user-attachments/assets/ee70394a-ac30-45d5-8dc9-a100f71f9819">
4525

4626
## Contributions and Issues
4727

48-
Contributions are welcome! If you have ideas for improvements, please open an issue first for discussion before submitting a pull request.
49-
50-
NOTE: The [npm module's codebase](https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli) uses a testing suite with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/), integrating [Husky](https://typicode.github.io/husky/) as a pre-commit [git hook](https://git-scm.com/book/ms/v2/Customizing-Git-Git-Hooks) to ensure all tests pass before staged changes can be committed.
51-
52-
You can report issues or start discussions here: [Open an issue](https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli/issues)
28+
Contributions are welcome! If you have ideas for improvements, [open an issue](https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli/issues).
5329

5430
For contributions and issues regarding the [codebase cloned](https://github.com/mattfsourcecode/fastify-swc-typescript-server) with the `fastify-swc-server` command, [open an issue here](https://github.com/mattfsourcecode/fastify-swc-typescript-server/issues).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-swc-typescript-server-bootstrap-cli",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest",
55
"main": "init.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)