Skip to content

Commit ee56573

Browse files
committed
Update descrption
1 parent a4871e6 commit ee56573

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# typescript-plugin-namespace-import
22

3-
A [TypeScript Language Service Plugin](https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin) to insert [Namespace Import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#import_an_entire_modules_contents) automatically.
3+
[![npm](https://img.shields.io/npm/v/typescript-plugin-namespace-import)](https://www.npmjs.com/package/typescript-plugin-namespace-import)
4+
[![license](https://img.shields.io/npm/l/typescript-plugin-namespace-import)](https://github.com/Monchi/typescript-plugin-namespace-import/blob/master/LICENSE)
5+
6+
A [TypeScript Language Service Plugin](https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin) to auto-complete and insert [Namespace Import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#import_an_entire_modules_contents).
47

58
## Motivation
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-plugin-namespace-import",
33
"version": "0.1.0",
4-
"description": "A TypeScript Language Service Plugin to insert Namespace Import automatically.",
4+
"description": "A TypeScript Language Service Plugin to auto-complete and insert Namespace Import.",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "tsc"

0 commit comments

Comments
 (0)