UNPKG

@decaf-ts/utils

Version:

module management utils for decaf-ts

95 lines (53 loc) 4.4 kB
![Banner](./workdocs/assets/Banner.png) ## Decaf's Utils Module Provides basic text, fs and cli functionality ![Licence](https://img.shields.io/github/license/decaf-ts/utils.svg?style=plastic) ![GitHub language count](https://img.shields.io/github/languages/count/decaf-ts/utils?style=plastic) ![GitHub top language](https://img.shields.io/github/languages/top/decaf-ts/utils?style=plastic) [![Build & Test](https://github.com/decaf-ts/utils/actions/workflows/nodejs-build-prod.yaml/badge.svg)](https://github.com/decaf-ts/utils/actions/workflows/nodejs-build-prod.yaml) [![CodeQL](https://github.com/decaf-ts/utils/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/decaf-ts/utils/actions/workflows/codeql-analysis.yml)[![Snyk Analysis](https://github.com/decaf-ts/utils/actions/workflows/snyk-analysis.yaml/badge.svg)](https://github.com/decaf-ts/utils/actions/workflows/snyk-analysis.yaml) [![Pages builder](https://github.com/decaf-ts/utils/actions/workflows/pages.yaml/badge.svg)](https://github.com/decaf-ts/utils/actions/workflows/pages.yaml) [![.github/workflows/release-on-tag.yaml](https://github.com/decaf-ts/utils/actions/workflows/release-on-tag.yaml/badge.svg?event=release)](https://github.com/decaf-ts/utils/actions/workflows/release-on-tag.yaml) ![Open Issues](https://img.shields.io/github/issues/decaf-ts/utils.svg) ![Closed Issues](https://img.shields.io/github/issues-closed/decaf-ts/utils.svg) ![Pull Requests](https://img.shields.io/github/issues-pr-closed/decaf-ts/utils.svg) ![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg) ![Line Coverage](workdocs/reports/coverage/badge-lines.svg) ![Function Coverage](workdocs/reports/coverage/badge-functions.svg) ![Statement Coverage](workdocs/reports/coverage/badge-statements.svg) ![Branch Coverage](workdocs/reports/coverage/badge-branches.svg) ![Forks](https://img.shields.io/github/forks/decaf-ts/utils.svg) ![Stars](https://img.shields.io/github/stars/decaf-ts/utils.svg) ![Watchers](https://img.shields.io/github/watchers/decaf-ts/utils.svg) ![Node Version](https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Fbadges%2Fshields%2Fmaster%2Fpackage.json&label=Node&query=$.engines.node&colorB=blue) ![NPM Version](https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Fbadges%2Fshields%2Fmaster%2Fpackage.json&label=NPM&query=$.engines.npm&colorB=purple) Documentation available [here](https://decaf-ts.github.io/utils/) ### Description Provides Basic functionality to standardize APIs across repositories: - cli; - input; - output; - utils' ### How to Use - [Initial Setup](./tutorials/For%20Developers.md#_initial-setup_) - [Installation](./tutorials/For%20Developers.md#installation) ### Related [![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=decaf-ts&repo=decaf-ts)](https://github.com/decaf-ts/decaf-ts) ### Social [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/decaf-ts/) #### Languages ![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white) ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black) ![NodeJS](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white) ![ShellScript](https://img.shields.io/badge/Shell_Script-121011?style=for-the-badge&logo=gnu-bash&logoColor=white) ## Getting help If you have bug reports, questions or suggestions please [create a new issue](https://github.com/decaf-ts/ts-workspace/issues/new/choose). ## Contributing I am grateful for any contributions made to this project. Please read [this](./workdocs/98-Contributing.md) to get started. ## Supporting The first and easiest way you can support it is by [Contributing](./workdocs/98-Contributing.md). Even just finding a typo in the documentation is important. Financial support is always welcome and helps keep both me and the project alive and healthy. So if you can, if this project in any way. either by learning something or simply by helping you save precious time, please consider donating. ## License This project is released under the [MIT License](./LICENSE.md). By developers, for developers...