An open API service indexing awesome lists of open source software.

https://github.com/michioxd/neko

neko is kawaii
https://github.com/michioxd/neko

Last synced: 7 months ago
JSON representation

neko is kawaii

Awesome Lists containing this project

README

          

# neko.exe
neko is kawaii - a joke program lmao

## How it work?
Hmmm, change desktop background, delete all items in User/Desktop folder, and a Nice Dialog nyaaaaa

## Developing
Please make sure you have the following prerequisites:

- A desktop platform with the [.NET 4.5](https://dotnet.microsoft.com/download) or higher installed.
- Recommend using an IDE with intelligent code completion and syntax highlighting, such as [Visual Studio 2019+](https://visualstudio.microsoft.com/vs/)

### Downloading the source code
Clone the repository:
```shell
git clone https://github.com/michioxd/neko
cd neko
```

To update the source code to the latest commit, run the following command inside the `neko` directory:

```shell
git pull
```