TS-CI is a TypeScript-based Continuous Integration (CI) toolkit that simplifies build and deployment processes. It is designed to automate CI/CD workflows while ensuring strict TypeScript compatibility.
Set up your GitHub Actions workflow with conda via miniconda
setup-miniconda is a GitHub Action that sets up a Miniconda environment in CI/CD workflows. It simplifies the process of installing and configuring conda environments, enabling developers to manage dependencies and environments efficiently within their automated pipelines.
npm-publish is a Node.js utility that simplifies the process of publishing npm packages by automating checks, versioning, and distribution. It helps maintainers streamline their release workflow.