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

https://github.com/uiur/js-template


https://github.com/uiur/js-template

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

```
npm init -y
curl https://www.gitignore.io/api/node > .gitignore
git init && git add . && git commit -m 'first commit'
npx mrm lint-staged
git create
git push -u origin master
```