Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.52 KB

USAGE_CHECKLIST.md

File metadata and controls

38 lines (30 loc) · 1.52 KB

What is this?

This document contains basic checklist what you need to do if you're going to use this template as in base of your own application.

Table of Contents

Checklist

Below you have basic checklist that you need to go through after you have started to use this template.

  • Check that LICENSE matches to your needs and change it if needed.
  • Check that README.md contains only things related to your application.
  • Update package.json to match with your application. Below you see the parts that you should check/update;
    • Common properties; name, description, author, license, homepage, keywords and bugs
  • Update compose.yaml to match with your application. Below you see the parts that you should check/update;
    • Change container_name to match your application
  • GitHub Actions - This application is using GitHub Actions to run multiple jobs to check application code.
  • Delete this file.

Back to resources index - Back to main README.md