Create Index Versions Save

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

v2.6.0

4 years ago

2.6.0 (2020-05-18)

Bug Fixes

Features

  • add outputFile for typescript etc (38c4094)

v2.5.0

4 years ago

<a name"2.5.0">

2.5.0 (2019-10-27)

Features

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

v2.4.0

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)

v2.3.0

6 years ago

<a name"2.3.0">

2.3.0 (2017-12-08)

Features

  • using writeIndex programatically was not respecting passed options configuration (ed8e1d06)

v2.2.0

7 years ago

<a name"2.2.0">

2.2.0 (2017-03-13)

Features

  • add ignore option (fix #31) (#37) (bf459253)

v2.1.0

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)

v2.0.0

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)

v1.2.2

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)

v1.2.1

7 years ago

<a name"1.2.1">

1.2.1 (2016-11-30)

Bug Fixes

  • update stopped working with banner (#22) (5839536c)

v1.2.0

7 years ago

<a name"1.2.0">

1.2.0 (2016-11-30)

Features

  • add --resursive and --ignore options (#24) (219f546c)