Skip to content

malang-dev/template-typescript

Repository files navigation

Typescript

@malang-dev/template-typescript

Template repository for new TypeScript projects

GitHub release License

Installation & Usage

  1. Create a new repository by clicking the Use this template button.
  2. Fill in the repository name and description, then click the Create Repository button.
  3. Clone the created repository.
  4. Install dependencies by running:
    yarn install
    
  5. Done, Happy coding!!!.

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Releasing

  1. Go to Publish Release page, click Run workflow
  2. Fill the vendor version and then run the flow
  3. GitHub Actions will take care of the rest

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

Inspiration, code snippets, icon, etc.