UNPKG

2.84 kBMarkdownView Raw
1# JaxNode Command Line tool
2
3[![Build Status](https://travis-ci.org/davidfekke/jaxnodenext.svg?branch=master)](https://travis-ci.org/davidfekke/jaxnodenext)
4
5![Screenshot of command line](https://github.com/davidfekke/jaxnodenext/blob/master/snip_20151214120446.png?raw=true)
6
7
8
9This tool can be used to find the next jaxnode meeting.
10Simply type 'jnn' into your console to find out when and where the next JaxNode meeting will take place.
11
12To install this command line utility, use the following example.
13
14```
15npm install -g jaxnodenext
16```
17
18To find out when the next meeting will take place, type the following command;
19
20```
21> jnn
22 _____ __ __ __
23/\___ \ /\ \/\ \ /\ \
24\/__/\ \ __ __ _ \ \ `\\ \ ___ \_\ \ __
25 _\ \ \ /'__`\ /\ \/'\ \ \ , ` \ / __`\ /'_` \ /'__`\
26 /\ \_\ \/\ \L\.\_ \/> </ \ \ \`\ \ /\ \L\ \/\ \L\ \ /\ __/
27 \ \____/\ \__/.\_\ /\_/\_\ \ \_\ \_\\ \____/\ \___,_\\ \____\
28 \/___/ \/__/\/_/ \//\/_/ \/_/\/_/ \/___/ \/__,_ / \/____/
29
30
31
32The next JaxNode meeting will be on Jan 21, 2016 6:30 PM at Availity
33```
34This tool will allow to view the help options using the following command;
35
36```
37> jnn --help
38 Usage: index [options]
39
40 Options:
41
42 -h, --help output usage information
43 -d, --details More details about the meetup
44 -m, --map Google Map to Meetup location
45 -l, --link Open the home page url
46 -a, --address Show the venue address
47 -e, --easteregg Tell you friends to 'jnn -e' LoL!
48```
49
50The `--details` option will give you the full meeting title and description.
51
52The `--map` option will open up a Google map in your default browser of the venue location for the next meetup.
53
54The `--link` opens up the JaxNode.com website in your default web browser. We display the next meetup information on our home page.
55
56The `--address` displays the venue address for the next meetup.
57
58The `--easteregg` is, well, you will have to check that one out for yourself.
59
60Copyright [2015] [JaxNode]
61
62 Licensed under the Apache License, Version 2.0 (the "License");
63 you may not use this file except in compliance with the License.
64 You may obtain a copy of the License at
65
66 <http://www.apache.org/licenses/LICENSE-2.0>
67
68 Unless required by applicable law or agreed to in writing, software
69 distributed under the License is distributed on an "AS IS" BASIS,
70 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71 See the License for the specific language governing permissions and
72 limitations under the License.
73