With a managed open source subscription from Tidelift, you’ll be able to create your own customizable catalogs of known-good, proactively maintained JavaScript, Python, Java, PHP, Ruby, and . NET components. Accelerate your adoption of open source without the burden of managing it yourself and without sacrificing security, maintainability, or licensing compliance.
listr is a terminal task list available via the npm package manager. listr maintainer and creator, Sam Verschueren, maintains listr via the Tidelift Subscription. listr is used by more than 165,000 repositories and over 1,000 other projects depend on listr.
listr does the following:
task
can return different values. If a task
returns, it means the task was completed successfully. If a task throws an error, the task failed.task
can also be async by returning a Promise
. If the promise resolves, the task completed successfully, it it rejects, the task failed.task
can also return an Observable
. The thing about observables is that it can emit multiple values and can be used to show the output of the task.stream
. The stream will be converted to an Observable
and handled as such.skip
function to determine whether a task can be skipped.You can learn more about listr on the project repo.
and customize specifically for your organization
Verified updates for zero-day vulnerabilities, coordinated security responses, and immediate notifications of which of your applications are impacted, with the fix prepared for you. Like your phone, just "apply updates" to stay secure.
Verified-accurate open source licenses (including IP indemnification) and customizable policy enforcement. Your up-to-date software “bill of materials” is always one click away.
Tidelift continuously guides you on your upgrade path, steering you towards the best packages and versions for your particular application. It’s like a GPS for open source software.