Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LightHostingFree committed Mar 22, 2024
1 parent 9bf5a71 commit 5ba455e
Show file tree
Hide file tree
Showing 20 changed files with 776 additions and 294 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}
38 changes: 19 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Publish Package

on:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Publish Package

on:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 is-cool.me
Copyright (c) 2024 Light Hosting

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# is-cool.me CLI
Register free subdomains with is-cool.me from your command line.
# is-cool-me CLI
Register a free subdomain with is-cool-me using your command line.

## Getting Started

Using the is-cool.me CLI is easy!
Using the is-cool-me CLI is easy!

All you need to do is run the following command:

Expand All @@ -15,14 +15,14 @@ npm install @is-cool.me/cli -g

## Using Commands

All of the CLI commands start with `is-cool.me`.
All of the CLI commands start with `ic`.

> You can also use the alias `ic` instead.
> You can also use the aliases `is-cool-me` instead.
To show the help menu, in your terminal run this command:

```bash
is-cool.me help
ic help
```

### Debugging
Expand All @@ -32,11 +32,9 @@ If you are having issues using the CLI, follow these simple steps:
1. Run the debug command

```bash
is-cool.me debug
ic debug
```

2. Open an issue

Open an issue stating your issue and provide the output from the debug command as well.
### Credits
Credit of this repo goes to <a href="https://github.com/open-domains/cli">Open Domains</a>.
Binary file added cli-main.zip
Binary file not shown.
Loading

0 comments on commit 5ba455e

Please sign in to comment.