Typescript Webpack Starter Versions Save

⚡ create-ts-lib: A Starter Kit and a CLI to create your TypeScript / ES6 module bundled by Webpack without thinking about build or unit tests configurations. 🏠

v0.5.0

5 years ago

0.5.0 (2018-09-28)

Features

  • base scaffolding of typescript server module (2b908d6)
  • Introduce presets (760f0d6)

v0.4.1

5 years ago

0.4.1 (2018-09-28)

Bug Fixes

  • fix wrong working directory when fetching template package (afbd4e0)

v0.4.0

5 years ago

0.4.0 (2018-09-28)

Bug Fixes

  • Filters out node_module when copying template (only for dev since the npm package does not contains the node_modules) (5a0da2e)

Features

  • add npm script to link templates to CLI when in dev (52a57c7)
  • change lerna version management from locked to independent (69e464f)
  • CLI now fetch template from NPM (9d12020)
  • Create a specific folder under packages for templates (9af8d8e)
  • mark main package.json as private (6c14d06)
  • update deps (c5a980e)
  • update npm script and template lerna dev dep (c7d7a03)
  • update package deps (9cd8aae)
  • update version between packages (a82cf87)

v0.3.7

5 years ago

0.3.7 (2018-09-26)

Bug Fixes

  • Merge pull request #32 from nrgwsth/patch-1 (3c480dc)

v0.3.6

5 years ago

0.3.6 (2018-09-23)

Bug Fixes

  • update npx readme command everywhere (2e998ba)

v0.3.5

5 years ago

0.3.5 (2018-09-23)

Bug Fixes

v0.3.4

5 years ago

0.3.4 (2018-09-23)

Bug Fixes

  • remove lodash typings from devDeps (08e85b4)

v0.3.3

5 years ago

0.3.3 (2018-09-23)

Bug Fixes

  • update tsconfig with es2017 lib to support Object.entries... (0a708a7)

v0.3.2

5 years ago

0.3.2 (2018-09-23)

Bug Fixes

  • no more cache during CIrcleCI Build (4582cfc)
  • remove lodash dependency example in generated package (cd110c1)
  • uncache CLI package on CI (15335c7)

v0.3.1

5 years ago

0.3.1 (2018-09-21)

Bug Fixes