You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
22
22
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.
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).
53
29
54
30
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).
0 commit comments