# Changes

pg-generator is rewritten from scratch using TypeScript. The primary target of the new version is to make it simpler to use than the previous version is. The secondary target is making the generators (templates) easier to share using npm. As a result, major changes have been necessary.

# Breaking Changes for Users

  • In the previous version templates are bundled with the library and hard to copy and modify for users. The new version does not provide built-in generators. Please install for pg-generator-example package from npm for example generators. Modify according to your needs and publish your generators.
  • CLI tool was unnecessarily complex and have not so useful features for the majority of the users. New CLI is written from scratch and does not have interactive features anymore.