Skip to content

Commit a95de67

Browse files
committed
update package name to @docspring/cspell-lockfile-dicts
1 parent 99eea78 commit a95de67

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.cspell/project-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COCOAPODS
66
codecov
77
cspell
88
dictionaries
9+
docspring
910
eslintcache
1011
eslintrc
1112
gemfile

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cspell-lockfile-dicts
1+
# @docspring/cspell-lockfile-dicts
22

33
[![Test, Lint, and Spell Check](https://github.com/DocSpring/cspell-lockfile-dicts/actions/workflows/test.yml/badge.svg)](https://github.com/DocSpring/cspell-lockfile-dicts/actions/workflows/test.yml)
44

@@ -14,7 +14,7 @@ A tool that extracts package names from various lockfiles and adds them to a CSp
1414
## Installation
1515

1616
```sh
17-
npm install -g cspell-lockfile-dicts
17+
npm install -g @docspring/cspell-lockfile-dicts
1818
```
1919

2020
## Usage
@@ -24,7 +24,7 @@ npm install -g cspell-lockfile-dicts
2424
Run the CLI tool to generate a dictionary from your lockfiles:
2525

2626
```bash
27-
npx cspell-lockfile-dicts
27+
npx @docspring/cspell-lockfile-dicts
2828
```
2929

3030
This will:
@@ -73,19 +73,19 @@ Options:
7373
Generate dictionary with debug logging:
7474

7575
```bash
76-
npx cspell-lockfile-dicts --debug
76+
npx @docspring/cspell-lockfile-dicts --debug
7777
```
7878

7979
Specify custom output path:
8080

8181
```bash
82-
npx cspell-lockfile-dicts --path ./custom-dict.txt
82+
npx @docspring/cspell-lockfile-dicts --path ./custom-dict.txt
8383
```
8484

8585
Process specific lockfiles:
8686

8787
```bash
88-
npx cspell-lockfile-dicts --lockfiles package-lock.json yarn.lock
88+
npx @docspring/cspell-lockfile-dicts --lockfiles package-lock.json yarn.lock
8989
```
9090

9191
## Supported Lockfiles
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/setup-node@v3
140140
with:
141141
node-version: '16'
142-
- run: npm install -g cspell-lockfile-dicts
142+
- run: npm install -g @docspring/cspell-lockfile-dicts
143143
- run: cspell-lockfile-dicts
144144
- name: Update CSpell config
145145
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cspell-lockfile-dicts",
2+
"name": "@docspring/cspell-lockfile-dicts",
33
"version": "1.0.0",
44
"description": "CSpell plugin to extract words from lockfiles and create dictionaries",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)