barrel-rider-sidecar

1.1.8 • Public • Published

barrel-rider-sidecar

Create Index Files for Typescript

Based roughly on https://github.com/sw-yx/barrelbot

HOW TO USE:

Add a script to your package.json like this:

"sidecar": "yarn barrel-rider-sidecar --watch --src src components lib",

Then add

"&& yarn sidecar"

to the end of your yarn start command, or however you start your application

VS CODE USERS: I recommend hiding sidecar files

https://stackoverflow.com/questions/30140112/how-do-i-hide-certain-files-from-the-sidebar-in-visual-studio-code

settings.json:

"files.exclude": { "*/-sidecar.ts": true },

Readme

Keywords

none

Package Sidebar

Install

npm i barrel-rider-sidecar

Weekly Downloads

0

Version

1.1.8

License

MIT

Unpacked Size

101 kB

Total Files

30

Last publish

Collaborators

  • bushmango