@a.abdelfatah/nodejs-ts-starter
v1.0.5
Published
Welcome to our npm package! Our package is designed to provide you with a solid foundation for developing new projects using nodejs and typescript. By utilizing the best practices and standards, you can rest assured that your project will be developed wit
Downloads
16
Readme
Installation
🚀🚀🚀 Welcome to nodejs ts starter project 🚀🚀🚀
For creating and installing a new starter project just run the following command
npx @a.abdelfatah/nodejs-ts-starter [project-name]
cd [project-name]
This will generate a starter project that comes equipped with several essential tools, including:
- Husky: A Git hook manager to ensure code quality and consistency.
- ESLine: A powerful tool to enforce code style and find errors in your code.
- Prettier: A code formatter that helps keep your codebase consistent and organized.
- Jest: A popular testing framework to help you write unit tests and integration tests for your code.
- Docker: A containerization platform that enables you to build, ship, and run your applications anywhere.
- CICD pipleine: A Continuous Integration/Continuous Deployment pipeline to help automate the software delivery process.
🏗️ 👷👷 Congratulations! With these tools already set up, you can focus on implementing your project's logic and structure without having to worry about the hassle of setting up these tools yourself. You've saved yourself a lot of time and effort! 👷👷 🏗️