this.me 2.8.0 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -63
- package/docs/Me.html +9 -9
- package/docs/README.md +24 -63
- package/docs/global.html +451 -15
- package/docs/index.html +23 -73
- package/docs/index.js.html +169 -0
- package/docs/module-00-Index.html +243 -0
- package/docs/module-CLI.html +9 -618
- package/docs/src_cli_ishell_shell.js.html +305 -0
- package/docs/{cli_main.js.html → src_cli_main.js.html} +44 -144
- package/docs/{me.js.html → src_me.js.html} +5 -5
- package/docs/this.me.png +0 -0
- package/index.js +6 -0
- package/jsdoc.json +23 -25
- package/package.json +3 -2
- package/src/cli/ascii_art/welcome.js +21 -0
- package/src/cli/commands.js +17 -0
- package/src/cli/main.js +28 -176
- package/src/cli/shell.js +148 -0
- package/src/me.js +1 -1
- package/docs/ThisMe.html +0 -690
- package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Bold-webfont.svg +0 -1830
- package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.svg +0 -1830
- package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.svg +0 -1830
- package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Light-webfont.svg +0 -1831
- package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.svg +0 -1835
- package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.svg +0 -1831
- package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/docs/neurons_logo.png +0 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/docs/scripts/prettify/lang-css.js +0 -2
- package/docs/scripts/prettify/prettify.js +0 -28
- package/docs/styles/jsdoc-default.css +0 -358
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
<!DOCTYPE html>
|
|
4
|
+
<html lang="en">
|
|
5
|
+
|
|
6
|
+
<head>
|
|
7
|
+
...
|
|
8
|
+
<meta charset="utf-8">
|
|
9
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
10
|
+
<title>This.Me index.js</title>
|
|
11
|
+
|
|
12
|
+
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
|
|
13
|
+
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
|
|
14
|
+
<script src="./build/entry.js"></script>
|
|
15
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
16
|
+
<!--[if lt IE 9]>
|
|
17
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
18
|
+
<![endif]-->
|
|
19
|
+
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700|Inconsolata,700" rel="stylesheet">
|
|
20
|
+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
|
21
|
+
<link type="text/css" rel="stylesheet" href="https://jmblog.github.io/color-themes-for-google-code-prettify/themes/tomorrow-night.min.css">
|
|
22
|
+
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
23
|
+
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
24
|
+
<link type="text/css" rel="stylesheet" href="style.css">
|
|
25
|
+
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</head>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<body class="layout small-header">
|
|
33
|
+
<div id="stickyNavbarOverlay"></div>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<div class="top-nav">
|
|
37
|
+
<div class="inner">
|
|
38
|
+
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
39
|
+
<span aria-hidden="true"></span>
|
|
40
|
+
<span aria-hidden="true"></span>
|
|
41
|
+
<span aria-hidden="true"></span>
|
|
42
|
+
</a>
|
|
43
|
+
<div class="logo">
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<a href="index.html">
|
|
47
|
+
<h1 class="navbar-item">This.Me</h1>
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
</div>
|
|
51
|
+
<div class="menu">
|
|
52
|
+
|
|
53
|
+
<div class="navigation">
|
|
54
|
+
<a
|
|
55
|
+
href="index.html"
|
|
56
|
+
class="link"
|
|
57
|
+
>
|
|
58
|
+
Documentation
|
|
59
|
+
</a>
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
<a
|
|
64
|
+
class="link user-link "
|
|
65
|
+
href="https://suign.github.io/all.this/"
|
|
66
|
+
>
|
|
67
|
+
all.This @Packages
|
|
68
|
+
</a>
|
|
69
|
+
|
|
70
|
+
<a
|
|
71
|
+
class="link user-link "
|
|
72
|
+
href="https://github.com/suiGn/neurons.me"
|
|
73
|
+
>
|
|
74
|
+
Github
|
|
75
|
+
</a>
|
|
76
|
+
|
|
77
|
+
<a
|
|
78
|
+
class="link user-link "
|
|
79
|
+
href="https://neurons.me"
|
|
80
|
+
>
|
|
81
|
+
App
|
|
82
|
+
</a>
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
<div id="main">
|
|
91
|
+
<div
|
|
92
|
+
class="sidebar "
|
|
93
|
+
id="sidebarNav"
|
|
94
|
+
>
|
|
95
|
+
|
|
96
|
+
<div class="search-wrapper">
|
|
97
|
+
<input id="search" type="text" placeholder="Search docs..." class="input">
|
|
98
|
+
</div>
|
|
99
|
+
|
|
100
|
+
<nav>
|
|
101
|
+
|
|
102
|
+
<h2><a href="index.html">Documentation</a></h2><div class="category"><h3>Modules</h3><ul><li><a href="module-00-Index.html">00-Index</a></li><li><a href="module-CLI.html">CLI</a></li></ul><h3>Classes</h3><ul><li><a href="Me.html">Me</a></li></ul><h3>Global</h3><ul><li><a href="global.html#createMe">createMe</a></li><li><a href="global.html#listMeProfiles">listMeProfiles</a></li><li><a href="global.html#selectMe">selectMe</a></li><li><a href="global.html#selectProfile">selectProfile</a></li><li><a href="global.html#writeMe">writeMe</a></li></ul></div>
|
|
103
|
+
|
|
104
|
+
</nav>
|
|
105
|
+
</div>
|
|
106
|
+
<div class="core" id="main-content-wrapper">
|
|
107
|
+
<div class="content">
|
|
108
|
+
<header class="page-title">
|
|
109
|
+
<p>Source</p>
|
|
110
|
+
<h1>index.js</h1>
|
|
111
|
+
</header>
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
<section>
|
|
118
|
+
<article>
|
|
119
|
+
<pre class="prettyprint source linenums"><code>/**
|
|
120
|
+
* @module 00-Index
|
|
121
|
+
* @description
|
|
122
|
+
* .Me Command Line Interface Functionalities.
|
|
123
|
+
* The CLI application's code structure is categorized into two main parts:
|
|
124
|
+
* Command Definitions and Interactive Shell.*/</code></pre>
|
|
125
|
+
</article>
|
|
126
|
+
</section>
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
</div>
|
|
132
|
+
|
|
133
|
+
<footer class="footer">
|
|
134
|
+
<div class="content has-text-centered">
|
|
135
|
+
<p>
|
|
136
|
+
<style>
|
|
137
|
+
.center-div {
|
|
138
|
+
display: flex;
|
|
139
|
+
justify-content: center;
|
|
140
|
+
align-items: center;
|
|
141
|
+
height: 89px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
img {
|
|
145
|
+
max-width: 100%;
|
|
146
|
+
max-height: 100%;
|
|
147
|
+
}
|
|
148
|
+
</style>
|
|
149
|
+
<div class="center-div">
|
|
150
|
+
<img src="https://suign.github.io/neurons.me/neurons_logo.png" alt="Witness our Seal.">
|
|
151
|
+
</div>
|
|
152
|
+
<a href="http://neurons.me" target="_blank">neurons.me</a>
|
|
153
|
+
</p>
|
|
154
|
+
</div>
|
|
155
|
+
</footer>
|
|
156
|
+
|
|
157
|
+
</div>
|
|
158
|
+
<div id="side-nav" class="side-nav">
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
<script src="scripts/app.min.js"></script>
|
|
162
|
+
<script>PR.prettyPrint();</script>
|
|
163
|
+
<script src="scripts/linenumber.js"> </script>
|
|
164
|
+
|
|
165
|
+
<script src="scripts/search.js"> </script>
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
</body>
|
|
169
|
+
</html>
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
...
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<title>This.Me 00-Index</title>
|
|
9
|
+
|
|
10
|
+
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
|
|
11
|
+
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
|
|
12
|
+
<script src="./build/entry.js"></script>
|
|
13
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
14
|
+
<!--[if lt IE 9]>
|
|
15
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
16
|
+
<![endif]-->
|
|
17
|
+
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700|Inconsolata,700" rel="stylesheet">
|
|
18
|
+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
|
19
|
+
<link type="text/css" rel="stylesheet" href="https://jmblog.github.io/color-themes-for-google-code-prettify/themes/tomorrow-night.min.css">
|
|
20
|
+
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
21
|
+
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
22
|
+
<link type="text/css" rel="stylesheet" href="style.css">
|
|
23
|
+
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
</head>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<body class="layout small-header">
|
|
31
|
+
<div id="stickyNavbarOverlay"></div>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<div class="top-nav">
|
|
35
|
+
<div class="inner">
|
|
36
|
+
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
37
|
+
<span aria-hidden="true"></span>
|
|
38
|
+
<span aria-hidden="true"></span>
|
|
39
|
+
<span aria-hidden="true"></span>
|
|
40
|
+
</a>
|
|
41
|
+
<div class="logo">
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
<a href="index.html">
|
|
45
|
+
<h1 class="navbar-item">This.Me</h1>
|
|
46
|
+
</a>
|
|
47
|
+
|
|
48
|
+
</div>
|
|
49
|
+
<div class="menu">
|
|
50
|
+
|
|
51
|
+
<div class="navigation">
|
|
52
|
+
<a
|
|
53
|
+
href="index.html"
|
|
54
|
+
class="link"
|
|
55
|
+
>
|
|
56
|
+
Documentation
|
|
57
|
+
</a>
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
<a
|
|
62
|
+
class="link user-link "
|
|
63
|
+
href="https://suign.github.io/all.this/"
|
|
64
|
+
>
|
|
65
|
+
all.This @Packages
|
|
66
|
+
</a>
|
|
67
|
+
|
|
68
|
+
<a
|
|
69
|
+
class="link user-link "
|
|
70
|
+
href="https://github.com/suiGn/neurons.me"
|
|
71
|
+
>
|
|
72
|
+
Github
|
|
73
|
+
</a>
|
|
74
|
+
|
|
75
|
+
<a
|
|
76
|
+
class="link user-link "
|
|
77
|
+
href="https://neurons.me"
|
|
78
|
+
>
|
|
79
|
+
App
|
|
80
|
+
</a>
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
88
|
+
<div id="main">
|
|
89
|
+
<div
|
|
90
|
+
class="sidebar "
|
|
91
|
+
id="sidebarNav"
|
|
92
|
+
>
|
|
93
|
+
|
|
94
|
+
<div class="search-wrapper">
|
|
95
|
+
<input id="search" type="text" placeholder="Search docs..." class="input">
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<nav>
|
|
99
|
+
|
|
100
|
+
<h2><a href="index.html">Documentation</a></h2><div class="category"><h3>Modules</h3><ul><li><a href="module-00-Index.html">00-Index</a></li><li><a href="module-CLI.html">CLI</a></li></ul><h3>Classes</h3><ul><li><a href="Me.html">Me</a></li></ul><h3>Global</h3><ul><li><a href="global.html#createMe">createMe</a></li><li><a href="global.html#listMeProfiles">listMeProfiles</a></li><li><a href="global.html#selectMe">selectMe</a></li><li><a href="global.html#selectProfile">selectProfile</a></li><li><a href="global.html#writeMe">writeMe</a></li></ul></div>
|
|
101
|
+
|
|
102
|
+
</nav>
|
|
103
|
+
</div>
|
|
104
|
+
<div class="core" id="main-content-wrapper">
|
|
105
|
+
<div class="content">
|
|
106
|
+
<header class="page-title">
|
|
107
|
+
<p>Module</p>
|
|
108
|
+
<h1>00-Index</h1>
|
|
109
|
+
</header>
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
<section>
|
|
116
|
+
|
|
117
|
+
<header>
|
|
118
|
+
|
|
119
|
+
</header>
|
|
120
|
+
|
|
121
|
+
<article>
|
|
122
|
+
<div class="container-overview">
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
<div class="description">.Me Command Line Interface Functionalities.
|
|
126
|
+
The CLI application's code structure is categorized into two main parts:
|
|
127
|
+
Command Definitions and Interactive Shell.</div>
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
<dl class="details">
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
<p class="tag-source">
|
|
166
|
+
<a href="index.js.html" class="button">View Source</a>
|
|
167
|
+
<span>
|
|
168
|
+
<a href="index.js.html">index.js</a>, <a href="index.js.html#line1">line 1</a>
|
|
169
|
+
</span>
|
|
170
|
+
</p>
|
|
171
|
+
|
|
172
|
+
</dl>
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
</div>
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
</article>
|
|
199
|
+
|
|
200
|
+
</section>
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
</div>
|
|
206
|
+
|
|
207
|
+
<footer class="footer">
|
|
208
|
+
<div class="content has-text-centered">
|
|
209
|
+
<p>
|
|
210
|
+
<style>
|
|
211
|
+
.center-div {
|
|
212
|
+
display: flex;
|
|
213
|
+
justify-content: center;
|
|
214
|
+
align-items: center;
|
|
215
|
+
height: 89px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
img {
|
|
219
|
+
max-width: 100%;
|
|
220
|
+
max-height: 100%;
|
|
221
|
+
}
|
|
222
|
+
</style>
|
|
223
|
+
<div class="center-div">
|
|
224
|
+
<img src="https://suign.github.io/neurons.me/neurons_logo.png" alt="Witness our Seal.">
|
|
225
|
+
</div>
|
|
226
|
+
<a href="http://neurons.me" target="_blank">neurons.me</a>
|
|
227
|
+
</p>
|
|
228
|
+
</div>
|
|
229
|
+
</footer>
|
|
230
|
+
|
|
231
|
+
</div>
|
|
232
|
+
<div id="side-nav" class="side-nav">
|
|
233
|
+
</div>
|
|
234
|
+
</div>
|
|
235
|
+
<script src="scripts/app.min.js"></script>
|
|
236
|
+
<script>PR.prettyPrint();</script>
|
|
237
|
+
<script src="scripts/linenumber.js"> </script>
|
|
238
|
+
|
|
239
|
+
<script src="scripts/search.js"> </script>
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
</body>
|
|
243
|
+
</html>
|