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?"
- Host: GitHub
- URL: https://github.com/t99/community-js
- Owner: T99
- License: gpl-3.0
- Created: 2021-10-18T19:12:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T03:53:17.000Z (over 4 years ago)
- Last Synced: 2025-06-01T20:31:12.753Z (about 1 year ago)
- Topics: user-management, users
- Language: TypeScript
- Homepage: https://t99.github.io/community-js/
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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.