Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1ko23/n1ko23
https://github.com/n1ko23/n1ko23
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/n1ko23/n1ko23
- Owner: N1kO23
- Created: 2021-04-17T22:22:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T20:26:33.000Z (10 months ago)
- Last Synced: 2024-04-04T21:34:57.487Z (10 months ago)
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```ts
class User implements IUser {
name: string = "Niko";
aliases: string[] = [ "N1kO23", "NullPointr" ];
pronouns: string[] = [ "he", "him" ];
code: string[] = [ "Java", "JS", "TS", "HTML", "CSS", "Vue", "React", "PHP", "Laravel", "Rust", "CSharp", "C" ];
fav_theme: string[] = [ "Material Ocean", "SynthWave '84" ];
line_ends: string = "lf";
code_style: string = "prettier";
variables: string = "snake_case";
editors: string[] = [ "VSCode", "nano", "vim" ];
}
```