Create a report of all your production licenses currently in-use.
Sometimes companies requires you provide all your in-use licenses for a legal audit.
yarn global add findl
npm i -g findl
In your npm or dart based project.
findl
GITHUB_TOKEN=your_token_from_here_https://github.com/settings/tokens findl
--deep
By default only the top level packages are found. If your audit requires you list everything in use, use --deep
(Only for npm based projects, ignored for dart.)
--cwd
Default is process.cwd()
yarn build
yarn dev