An open API service indexing awesome lists of open source software.

https://github.com/wajeht/cdns

a cli tool to schedule automatic updates for cloudflare dns records
https://github.com/wajeht/cdns

Last synced: 2 months ago
JSON representation

a cli tool to schedule automatic updates for cloudflare dns records

Awesome Lists containing this project

README

        

# 🕸️ cdns

[![Node.js CI](https://github.com/wajeht/cdns/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/wajeht/cdns/actions/workflows/ci.yml) ![npm](https://img.shields.io/npm/dw/%40wajeht%2Fcdns)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/wajeht/type/blob/main/LICENSE) [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/wajeht/cdns) [![npm](https://img.shields.io/npm/v/%40wajeht%2Fcdns)](https://www.npmjs.com/package/@wajeht/cdns)

`cdns` is a cli tool to schedule automatic updates for cloudflare dns records

## 🛠️ Installation

> [!WARNING]
> Before installing **cdns**, please ensure that you have Node.js version 20 or higher installed on your system.

```bash
$ npm install -g @wajeht/cdns
```

## 📖 Documentation

- **Commands**: Comprehensive documentation is available by running `cdns --help`. You can also find examples in [commands documentation](./docs/manual.md).

- **Development**: If you want to contribute to this project, please read [development documentation](./docs/development.md).

# © License

Distributed under the MIT License © wajeht. See [LICENSE](./LICENSE) for more information.