Skip to content

bbenoist/node-tools

Repository files navigation

lint-ts-index

GitHub tag (latest SemVer) License GitHub issues CI / CD

npm npm npm

This is the monorepo for the lint-ts-index project. A set of tools to make sure that every files or subdirectories are exported in their corresponding index.ts files.

It contains the source code for the following NPM packages:

⚠️ This project is still experimental and subject to important changes. Use it at your own risk

Contributing

This monorepo is managed by Rush. Which means that you need to use rush and rushx commands instead of calling npm or yarn.

To update dependencies and build the project, just use :

$ rush update
...
$ rush build

Please read the Rush documentation for more advanced usage.

License

These projects are licensed under the MIT license which you can find a copy in each project LICENSE file and at the root of this repository.

About

Have you ever forget to export the content of a new source file into the index.ts file of it's parent directory? Not anymore!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published