Skip to content

cssat/types-gearshaft

Repository files navigation

Temporary Home of Gearshaft Types

This is our WIP place to get this types repository in shape before getting it into DefinitelyTyped.

How to work on this repo

Setting up the environment

  1. yarn install
  2. Start compilation via yarn watch

Adding Types

  1. Ensure you're yarn watching
  2. Add a test in tests/ to exercise the new types.
  3. Add new an entry for any new tests in tsconfig.json
  4. See tests fail via compilation errors
  5. Add types, see tests pass via compilation successes

Testing out with actual projects

To use your local copy in a project that depends on this, you can yarn link it.

  1. Let yarn know this is the copy to use when linking: yarn link
  2. Link the local copy in our other project (in that project's root): yarn link @types/gearshaft

If you want to stop using the local copy, you can yarn unlink @types/gearshaft from the dependant project's root.

About

WIP of @types/gearshaft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •