architecture-linter 0.1.9 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # architecture-linter
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/architecture-linter.svg)](https://www.npmjs.com/package/architecture-linter)
4
+ [![npm downloads](https://img.shields.io/npm/dm/architecture-linter.svg)](https://www.npmjs.com/package/architecture-linter)
5
+ [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/cvalingam.architecture-linter-vscode.svg?label=VS%20Code)](https://marketplace.visualstudio.com/items?itemName=cvalingam.architecture-linter-vscode)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/cvalingam?label=Sponsor&logo=githubsponsors&color=EA4AAA)](https://github.com/sponsors/cvalingam)
8
+
3
9
  > Enforce architectural layer rules in TypeScript projects from the command line.
4
10
 
5
11
  `architecture-linter` reads a `.context.yml` configuration file and scans your
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architecture-linter",
3
- "version": "0.1.9",
3
+ "version": "1.0.0",
4
4
  "description": "A CLI tool that enforces architecture rules in TypeScript projects",
5
5
  "keywords": [
6
6
  "architecture",