chrisdmacrae / atomic-algolia

An NPM package for running atomic updates to an Algolia indices
67 stars 13 forks source link

[RFC] Typescript Support #17

Open chrisdmacrae opened 5 years ago

chrisdmacrae commented 5 years ago

Use case (user story)

Convert the existing project to typescript classes to:

Scenarios

Scenario: Making API changes
Given I am updating the API surface of the CLI,
When I update the CLI methods,
Then I want type safety to ensure the CLI commands are collecting the correct data for the underlying API.

Notes