create-ts-index

Automatic create index file for TypeScript

MIT License

Downloads
73.1K
Stars
110
Committers
6

Bot releases are hidden (Show)

create-ts-index - Add withoutcomment option Latest Release

Published by imjuni over 5 years ago

add without comment option

this option remove comment that top of index.ts file

create-ts-index - Add init command

Published by imjuni over 5 years ago

  • add new command init
    • init command create default .ctirc file
  • enhance help command
  • fix bug from option merging
create-ts-index - Recover TypeScriptIndexWriter interface

Published by imjuni over 5 years ago

  • Recover TypeScriptIndexWriter interface
    • (new TypeScriptIndexWriter()).create(option) or (new TypeScriptIndexWriter()).createEntrypoint(option)
  • Fix bug from .tsx extname
  • build script enhance
create-ts-index - Fix bug from `.tsx` extname

Published by imjuni over 5 years ago

  • Fix bug from .tsx extname
    • file extname remove routine enhance
create-ts-index - Variadic cwd parameter, default sub-command

Published by imjuni over 5 years ago

  • Variadic cwd parameter
    • cwd type change string array from string
  • Re-factoring Command
    • split file from TypeScriptIndexWriter
    • each command store on commands, options
  • Refactoring tslint
    • rule change on object-literal-sort-keys