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
- Host: GitHub
- URL: https://github.com/wajeht/cdns
- Owner: wajeht
- License: mit
- Created: 2023-10-30T01:53:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:46:50.000Z (7 months ago)
- Last Synced: 2025-02-15T08:55:59.091Z (2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@wajeht/cdns
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🕸️ cdns
[](https://github.com/wajeht/cdns/actions/workflows/ci.yml) 
[](https://github.com/wajeht/type/blob/main/LICENSE) [](https://github.com/wajeht/cdns) [](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.