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

https://github.com/4lch4/proper-projects

A collection of projects that I consider complete or that have a "legit" release available.
https://github.com/4lch4/proper-projects

Last synced: 3 months ago
JSON representation

A collection of projects that I consider complete or that have a "legit" release available.

Awesome Lists containing this project

README

        

# Proper Projects

This project/repo is a collection of projects I've created that could be considered "complete" or otherwise a proper release is available.

At the time of writing, the way I intend to organize these are as git submodules.

## Front End

These are the various websites I've created.

- [4lch4.com][5]
- My personal homepage from a while back.
- [cheatsheets][6]
- A fork of the cheatsheets website with some custom additions.

## Libs

A collection of libraries that are written to be used by other modules.

- [@4lch4/logger][7]
- An extension of the Winston logger using my own preferences.

## Templates

A collection of template projects that are to be used to bootstrap a future project.

- [NPM-Module-Template][8]
- This is a template repository for creating a new npm module, whether or not I intend to publish it there. There's a few li'l things I make sure to do upon creating a new project that I'm tired of remembering and making sure I don't miss, so that's what this is for.
- To be deprecated after I finish the following template for TypeScript.
- [TypeScript-Module-Template][9]
- A template repository for a TypeScript Module.

## Web Services

A collection of APIs/microservices to be hosted on a server.

- [Ansel][10]
- An image modifier/creator to be used by Tron.
- [Metanoia][11]
- Converts IP addresses to Battle.net regions.
- [TPolls][12]
- For managing polls.

[5]: https://github.com/4lch4/4lch4.com
[6]: https://github.com/4lch4/cheatsheets
[7]: https://github.com/4lch4/Logger
[8]: https://github.com/4lch4/NPM-Module-Template
[9]: https://github.com/4lch4/TypeScript-Module-Template
[10]: https://github.com/4lch4/Ansel
[11]: https://github.com/4lch4/Metanoia
[12]: https://github.com/4lch4/TPolls