UNPKG

techdadi-express-starter-ts

Version:

CLI for creating a new Express TypeScript starter project

51 lines (30 loc) 1.54 kB
# Express TypeScript Starter CLI for creating a new Express TypeScript starter project. ## Installation ```bash npm install -g techdadi-express-starter-ts ``` ## Usage ### Creating a Project To create a new Express TypeScript project, run the following command: ```bash techdadi-express-starter-ts <project-name> ``` ### Creating a Project with the Latest Version Always If you want to create a project using the latest version of Express TypeScript Starter without installing it globally, you can use npx: ```bash npx techdadi-express-starter-ts <project-name> ``` ## Features - **Fast Setup**: Get up and running with an Express.js project in seconds. - **TypeScript Support**: Write your Express.js applications in TypeScript for improved maintainability and type safety. - **Customizable Templates**: Start with a pre-configured template and customize it to suit your project requirements. ## Contributing Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on [GitHub](https://github.com/hamzat06/techdadi-express-starter-ts). ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. ## Resources - [GitHub Repository](https://github.com/hamzat06/techdadi-express-starter-ts) - [npm Package](https://www.npmjs.com/package/techdadi-express-starter-ts) ## Feedback If you have any feedback or questions, feel free to [contact us](mailto:hamzatajanaku@gmail.com). We'd love to hear from you!