https://github.com/uiur/js-template
https://github.com/uiur/js-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uiur/js-template
- Owner: uiur
- Created: 2020-03-15T06:03:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T06:05:17.000Z (about 5 years ago)
- Last Synced: 2025-01-14T19:12:13.510Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```