Skip to content

Commit

Permalink
fix: rename all nv- / nv_ to envy- / envy_
Browse files Browse the repository at this point in the history
  • Loading branch information
lbennett-stacki committed Aug 17, 2024
1 parent bae644f commit bbfd133
Show file tree
Hide file tree
Showing 93 changed files with 3,227 additions and 5,248 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# nv
# Envy

![CI workflow - test.yml](https://github.com/lbennett-stacki/nv/actions/workflows/test.yml/badge.svg?branch=main)
![CI workflow - test.yml](https://github.com/lbennett-stacki/envy/actions/workflows/test.yml/badge.svg?branch=main)

A language for configuration.

| | |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| ![nv logo](./docs/assets/images/discord-server-logo.png) | ![nv syntax highlighting](./extensions/vscode-nv/docs/assets/images/vscode-nv-syntax-highlighting.png) |
| | |
| ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| ![Envy logo](./docs/assets/images/discord-server-logo.png) | ![Envy (.nv) syntax highlighting](./extensions/vscode/docs/assets/images/vscode-nv-syntax-highlighting.png) |

[nv FigJam discovery board](https://www.figma.com/file/YLWiYaLvchfUlrbmr4P0M2/NV-Discovery?type=whiteboard&node-id=0%3A1&t=7aag2YKaHTLDS4lW-1)
[Envy FigJam discovery board](https://www.figma.com/file/YLWiYaLvchfUlrbmr4P0M2/NV-Discovery?type=whiteboard&node-id=0%3A1&t=7aag2YKaHTLDS4lW-1)

## Packages

Expand Down Expand Up @@ -48,8 +48,8 @@ A language for configuration.

## Extensions

- VSCode - [README](./extensions/vscode-nv/README.md) [Grammar](./extensions/vscode-nv/syntaxes/nv.tmLanguage.json) [Language Server Client Source](./extensions/vscode-nv/language-server-client/extension.ts)
- treesitter - [README](./extensions/tree-sitter-nv/README.md) [Grammar](./extensions/tree-sitter-nv/grammar.js)
- VSCode - [README](./extensions/vscode/README.md) [Grammar](./extensions/vscode/syntaxes/nv.tmLanguage.json) [Language Server Client Source](./extensions/vscode/language-server-client/extension.ts)
- treesitter - [README](./extensions/tree-sitter/README.md) [Grammar](./extensions/tree-sitter/grammar.js)
- github-linguist - **TODO**

## Examples
Expand All @@ -58,4 +58,4 @@ A lot of packages have an examples/ directory to show simple usage of the packag

## LSP

https://github.com/lbennett-stacki/nv/assets/5678671/e2fd9685-4905-41f7-8cf5-e948d3d7ccb8](https://github.com/lbennett-stacki/nv/assets/5678671/e2fd9685-4905-41f7-8cf5-e948d3d7ccb8
<https://github.com/lbennett-stacki/envy/assets/5678671/e2fd9685-4905-41f7-8cf5-e948d3d7ccb8>](<https://github.com/lbennett-stacki/envy/assets/5678671/e2fd9685-4905-41f7-8cf5-e948d3d7ccb8>
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

## Reporting a Vulnerability

To report a vulnerability please email <a href="mailto:core@nv-lang.dev">core@nv-lang.dev</a>.
To report a vulnerability please email <a href="mailto:core@useenvy.cloud">core@useenvy.cloud</a>.
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@envy/typescript",
"name": "@nv/typescript",
"version": "1.0.0",
"description": "Envy TypeScript client",
"main": "dist/index.js",
Expand Down
8 changes: 3 additions & 5 deletions cloud/api/bruno/bruno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"version": "1",
"name": "Envy API",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}
"ignore": ["node_modules", ".git"]
}

Binary file added cloud/api/envy-api
Binary file not shown.
Binary file modified cloud/api/tmp/main
Binary file not shown.
2 changes: 1 addition & 1 deletion cloud/api/users/database/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func CreateUser() (User, error) {
ID: uuid.New().String(),
FirstName: "John",
LastName: "Doe",
Email: "john.doe@envy.io",
Email: "john.doe@useenvy.cloud",
Password: "password",
Language: "en",
Currency: "usd",
Expand Down
2 changes: 1 addition & 1 deletion cloud/ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Envy UI

Client web app for Envy
Client web app for Envy (NV)

## Getting Started

Expand Down
Loading

0 comments on commit bbfd133

Please sign in to comment.