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

https://github.com/t99/community-js

"how many damn times am I going to write the same user management code over and over again?"
https://github.com/t99/community-js

user-management users

Last synced: 12 months ago
JSON representation

"how many damn times am I going to write the same user management code over and over again?"

Awesome Lists containing this project

README

          

# JavaScript Module Template
This repository serves as an easy-start template for TypeScript NPM packages.

Simply clone the repository into a directory:

```bash
$ git clone git@github.com:T99/js-module-template.git my-new-project
```

And that's it! Your project is ready to go.