Skip to content
/ template-ts Public template

Template for new TypeScript repositories

Notifications You must be signed in to change notification settings

nengo/template-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript project template

This is a template repository for new Typescript projects. When you create a new repository from this template, follow these instructions:

  1. Make sure the .gitignore file is appropriate for your project.

  2. Replace the TODO keys like name and description in package.json.

  3. Set up @nengo/commitlint-config-nengo.

  4. Install dependecies with npm install.

  5. Set up testing in package.json:

    1. Remove the --passWithNoTests flag from the test-coverage script.

    2. Modify the test collection rules, if appropriate.

      "jest": {
         "collectCoverageFrom": [
            "<rootDir>/src/utils/**/*.ts",
            ...
         ]
      }
  6. Replace the text in README.md with text for the new repository.

About

Template for new TypeScript repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published