Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveiliop56/namingbuddy
A simple extension to help you generate class, function and variable names when you just can't think of a good name.
https://github.com/steveiliop56/namingbuddy
ai buddy class code extension function funny llama3 llm name ollama ollama-api variables vscode vscode-extension
Last synced: 2 months ago
JSON representation
A simple extension to help you generate class, function and variable names when you just can't think of a good name.
- Host: GitHub
- URL: https://github.com/steveiliop56/namingbuddy
- Owner: steveiliop56
- License: gpl-3.0
- Created: 2024-06-27T09:06:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T10:45:32.000Z (7 months ago)
- Last Synced: 2024-11-19T09:47:48.555Z (2 months ago)
- Topics: ai, buddy, class, code, extension, function, funny, llama3, llm, name, ollama, ollama-api, variables, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 7.52 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NamingBuddy
A simple extension to help you generate class, function and variable names when you just can't think of a good name
### Features 😲
- Generate Variable Name
- Generate Function Name
- Generate Class Name### Installation ⬇️
You can install the extension by grabbing the `.vsix` file from the release page.
### Building 🛠️
To build you need to install the `vsce` package using:
```bash
npm install -g @vscode/vsce
```Then you can simply run:
```bash
vsce package
```You will find the extension in the root folder of the project called `namingbuddy-someversion.vsix`.
### Contributing ❤️
If you want to contribute to the extension you can do so by creating a fork of the project making your changes and openning a pull request. Any help is appreciated.
### License 📜
The project is licensed under the GPL V3 License. You may modify, distribute and copy the code as long as you keep the changes in the source files. Any modifications you make using a compiler must be also licensed under the GPL license and include build and install instructions.