fleetfn / fleet

🚀 Next-generation Serverless Function for Node.js. This monorepo contains tools for using the Fleet API and Fleet CLI.

Home Page:https://fleetfn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate the codebase to TypeScript

matuzalemsteles opened this issue · comments

Migrate the codebase of the Fleet SDK and Fleet CLI packages to TypeScript, internally we have adopted them elsewhere, now we will adopt them here too. Implement this incrementally, even though this repository is not so big.

Before implementing it is necessary to prepare the infrastructure to deal with TypeScript builds for packages and also for eslint.

  • Prepare the package build infrastructure and configure eslint to handle TypeScript
  • Migrate the @fleetfn/sdk package
  • Migrate the @fleetfn/cli package