create-index

Creates ES6 ./index.js file in target directories that imports and exports all sibling files and directories.

OTHER License

Downloads
185.6K
Stars
279
Committers
10

Bot releases are hidden (Show)

create-index - v2.6.0 Latest Release

Published by gajus over 4 years ago

2.6.0 (2020-05-18)

Bug Fixes

Features

  • add outputFile for typescript etc (38c4094)
create-index - v2.5.0

Published by gajus almost 5 years ago

<a name"2.5.0">

2.5.0 (2019-10-27)

Features

  • cannot use create-index for short folders (#51) (1f87f9a8)
create-index - v2.4.0

Published by gajus over 5 years ago

<a name"2.4.0">

2.4.0 (2019-01-25)

Features

  • add option to exclude directories from index.js (#50) (6aac149a)
create-index - v2.3.0

Published by gajus almost 7 years ago

<a name"2.3.0">

2.3.0 (2017-12-08)

Features

  • using writeIndex programatically was not respecting passed options configuration (ed8e1d06)
create-index - v2.2.0

Published by gajus over 7 years ago

<a name"2.2.0">

2.2.0 (2017-03-13)

Features

  • add ignore option (fix #31) (#37) (bf459253)
create-index - v2.1.0

Published by gajus over 7 years ago

<a name"2.1.0">

2.1.0 (2017-01-30)

Features

  • add --extension/-x parameter overwrite default .js extension parser (#35) (5fea5e63)
create-index - v2.0.0

Published by gajus over 7 years ago

<a name"2.0.0">

2.0.0 (2017-01-27)

Features

  • use es2015 syntax to re-export default export (#32) (65892e3b)

Breaking Changes

This changes the output generated by create-index and can effect CI if it runs linting tests against create-index.
(65892e3b)

create-index - v1.2.2

Published by gajus over 7 years ago

<a name"1.2.2">

1.2.2 (2017-01-24)

Bug Fixes

  • correct a copy-paste error in a log message (#29) (893d9931)
create-index - v1.2.1

Published by gajus almost 8 years ago

<a name"1.2.1">

1.2.1 (2016-11-30)

Bug Fixes

  • update stopped working with banner (#22) (5839536c)
create-index - v1.2.0

Published by gajus almost 8 years ago

<a name"1.2.0">

1.2.0 (2016-11-30)

Features

  • add --resursive and --ignore options (#24) (219f546c)
create-index - v1.1.0

Published by gajus almost 8 years ago

<a name"1.1.0">

1.1.0 (2016-11-29)

Bug Fixes

  • correct all the references to @create-index (ab6c3992)
  • rename --update-index to --update () (#15) (d7e25289, closes #10)
  • use comment to target files () (#17) (974142c3, closes #5)

Features

  • ability to add banner (#20) (fdb17d01)