https://github.com/vovanr/greet
Hello World
https://github.com/vovanr/greet
Last synced: 4 months ago
JSON representation
Hello World
- Host: GitHub
- URL: https://github.com/vovanr/greet
- Owner: VovanR
- Created: 2015-12-17T11:42:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T09:36:57.000Z (over 10 years ago)
- Last Synced: 2025-01-26T19:32:34.195Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Greet
[![Build Status][travis-image]][travis-url]
[![Dependency Status][depstat-image]][depstat-url]
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]
[![XO code style][codestyle-image]][codestyle-url]
> Hello World!
## Logs
Goto [GitHub](https://github.com/new) and add new "greet" repository
```
mkdir greet && cd $_
git init
vim index.js
vim test.js
ga .
gc -m "Init"
npm init
gc -m "Init package"
npm i -g ava
ava --init
gc -am "Init ava"
npm i -g xo
xo --init --esnext
wget https://raw.githubusercontent.com/sindresorhus/xo/master/.editorconfig
ga .
gc -am "Init xo"
npm i -D husky
ga .
gc -m "Add precommit hook"
npm i -g yo generator-travis
yo travis
git remote add origin git@github.com:VovanR/greet.git
git push -u origin master
```
[travis-url]: https://travis-ci.org/VovanR/greet
[travis-image]: http://img.shields.io/travis/VovanR/greet.svg?style=flat-square
[depstat-url]: https://david-dm.org/VovanR/greet
[depstat-image]: https://david-dm.org/VovanR/greet.svg?style=flat-square
[depstat-dev-url]: https://david-dm.org/VovanR/greet
[depstat-dev-image]: https://david-dm.org/VovanR/greet/dev-status.svg?style=flat-square
[codestyle-url]: https://github.com/sindresorhus/xo
[codestyle-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square