Skip to content

Commit

Permalink
rename "jwt-utils" -> "jwt-cli"
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Sep 20, 2018
1 parent d8c4a4a commit 59f4c4f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
docker:
- image: circleci/node:10.1

working_directory: ~/jwt-utils
working_directory: ~/jwt-cli

environment:
- NODE_ENV: development
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# [jwt-utils](https://blog.travismclarke.com/project/jwt-utils/)
# [jwt-cli](https://blog.travismclarke.com/project/jwt-cli/)

[![NPM release](https://img.shields.io/npm/v/@clarketm/jwt-utils.svg)](https://www.npmjs.com/package/@clarketm/jwt-utils)
[![Build Status](https://circleci.com/gh/clarketm/jwt-utils.svg?style=shield)](https://circleci.com/gh/clarketm/jwt-utils)
[![License](https://img.shields.io/npm/l/@clarketm/jwt-utils.svg)](LICENSE.md)
[![NPM release](https://img.shields.io/npm/v/@clarketm/jwt-cli.svg)](https://www.npmjs.com/package/@clarketm/jwt-cli)
[![Build Status](https://circleci.com/gh/clarketm/jwt-cli.svg?style=shield)](https://circleci.com/gh/clarketm/jwt-cli)
[![License](https://img.shields.io/npm/l/@clarketm/jwt-cli.svg)](LICENSE.md)

Command line utilities for working with JSON Web Tokens (JWT).

<br>
<br>
<a href="https://blog.travismclarke.com/project/jwt-utils/">
<a href="https://blog.travismclarke.com/project/jwt-cli/">
<p align="center"><img width="40%" src="/hero.png" /></p>
</a>

Expand All @@ -17,13 +17,13 @@ Command line utilities for working with JSON Web Tokens (JWT).
### Yarn

```shell
yarn global add "@clarketm/jwt-utils"
yarn global add "@clarketm/jwt-cli"
```

### Npm

```shell
npm install --global "@clarketm/jwt-utils"
npm install --global "@clarketm/jwt-cli"
```

## Demo
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@clarketm/jwt-utils",
"name": "@clarketm/jwt-cli",
"version": "1.0.0",
"description": "Command line utilities for working with JSON Web Tokens (JWT)",
"engines": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/clarketm/jwt-utils.git"
"url": "git+https://github.com/clarketm/jwt-cli.git"
},
"keywords": [
"jwt",
Expand All @@ -54,9 +54,9 @@
"author": "Travis Clarke <travis.m.clarke@gmail.com> (https://www.travismclarke.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/clarketm/jwt-utils/issues"
"url": "https://github.com/clarketm/jwt-cli/issues"
},
"homepage": "https://github.com/clarketm/jwt-utils#readme",
"homepage": "https://github.com/clarketm/jwt-cli#readme",
"publishConfig": {
"access": "public"
},
Expand Down
Binary file modified usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59f4c4f

Please sign in to comment.