Skip to content

joshcomley/gindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gindex maintains your index.ts and public_api.ts files for you.

To use:

yarn add gindex -D

Or:

npm i gindex --saveDev

Then call:

node node_modules/gindex/bin/gindex [folder]

In any given folder you can add an .exportrc.json file which supports the following properties:

Property Type Description
from string Where to export this folder from.
If the folder is nested deep but you'd like to export it as yourlib/xyz, then you would set the from to xyz
exclude string[] List of files or folders to ignore

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published