0.0.0 • Published 4 years ago

ts-press v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

ts-press

TypeScript Press: Generate TypeScript files in TypeScript

Features

Module build structure based on https://github.com/alexgorbatchev/typescript-module-boilerplate.git

npm.io

NPM Script Commands

  • npm run test -- Runs tests, lint and build.
  • npm run lint -- Runs ESLint.
  • npm run format -- Reformats all of the .ts files with Prettier.
  • npm run build -- Regenerates lib folder that gets included into NPM module.
  • npm run dev -- Uses ts-node to run src/index.ts
  • npm run prod -- (only available after npm run build) Uses node to run lib/index.js

License

MIT