Skip to content

kpfromer/template-typescript-cli

Repository files navigation

template-typescript-cli

A barebones file structure for creating a cli package (on npm) in TypeScript.

Other Templates

Includes

Scripts

  • npm start for starting src/index.ts (might want to remove this and ts-node depending on package)
  • npm run test for jest testing
  • npm run test:watch for watching files using jest
  • npm run build for building TypeScripts to lib folder
  • npm run lint runs eslint
  • npm run format runs prettier

Resources

License

This project is licensed with the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published