1.0.8 • Published 2 years ago

@alevnyacow/create-ts-package v1.0.8

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

create-ts-package

Simple scaffolder for TypeScript packages. You get a package which is ready to be used as local module or published to NPM.

Usage

Use this package via npx and pass your package name as a parameter. Example:

npx @alevnyacow/create-ts-package my-awesome-package

Scaffolded package overview

This scaffolder will generate you a package with configured

  • typescript
  • jest (with TS support)
  • eslint
  • prettier
  • .npmignore
  • .gitignore

Also created package comes with some preset NPM scripts

  • build - creates transpiled JS scripts from TS sources
  • execute - runs build script and then executes your transpiled "index.ts" file from "sources" folder
  • check - checks your source code with linter and runs tests
  • format - formats your source code in "sources" folder with prettier
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago