https://github.com/free-domains/cli
Register a free subdomain with Free Domains using your command line.
https://github.com/free-domains/cli
cli command-line free-domains free-for-dev javascript js nodejs
Last synced: about 1 year ago
JSON representation
Register a free subdomain with Free Domains using your command line.
- Host: GitHub
- URL: https://github.com/free-domains/cli
- Owner: free-domains
- License: mit
- Archived: true
- Created: 2023-01-31T23:27:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T08:02:53.000Z (about 2 years ago)
- Last Synced: 2024-11-05T13:42:49.947Z (over 1 year ago)
- Topics: cli, command-line, free-domains, free-for-dev, javascript, js, nodejs
- Language: JavaScript
- Homepage: https://npmjs.com/@free-domains/cli
- Size: 164 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Free Domains CLI
Register a free subdomain with Free Domains using your command line.
## Getting Started
Using the Free Domains CLI is easy!
All you need to do is run the following command:
```bash
npm install @free-domains/cli -g
```
...and that's it!
## Using Commands
All of the CLI commands start with `domains`.
> You can also use the aliases `fd` or `free-domains` instead.
To show the help menu, in your terminal run this command:
```bash
domains help
```
### Debugging
If you are having issues using the CLI, follow these simple steps:
1. Run the debug command
```bash
domains debug
```
2. Open an issue
Open an issue stating your issue and provide the output from the debug command as well.