Skip to content

Commit 8e3d9ab

Browse files
committed
"rename"
1 parent 8aa52a1 commit 8e3d9ab

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
<p align=center>
3-
<img alt="Windows Grader app screenshot" src=https://github.com/i5ik/graderjs/raw/master/.readme-assets/wingrader.JPG width=222>
4-
<img alt="Ubuntu Linux Grader app screenshot" src=https://github.com/i5ik/graderjs/raw/master/.readme-assets/grader.JPG width=222>
3+
<img alt="Windows Grader app screenshot" src=https://github.com/crisdosyago/graderjs/raw/master/.readme-assets/wingrader.JPG width=222>
4+
<img alt="Ubuntu Linux Grader app screenshot" src=https://github.com/crisdosyago/graderjs/raw/master/.readme-assets/grader.JPG width=222>
55
</p>
66

7-
# [:sweat_drops: GRaderJS](https://github.com/i5ik/graderjs) ![npm downloads](https://img.shields.io/npm/dt/graderjs?label=npm%20downloads) ![version](https://img.shields.io/npm/v/graderjs?label=version) [![visitors+++](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fc9fe%2Fgraderjs&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=%28today%2Ftotal%29%20visitors%2B%2B%2B%20since%20Nov%209%202020&edge_flat=false)](https://hits.seeyoufarm.com)
7+
# [:sweat_drops: GRaderJS](https://github.com/crisdosyago/graderjs) ![npm downloads](https://img.shields.io/npm/dt/graderjs?label=npm%20downloads) ![version](https://img.shields.io/npm/v/graderjs?label=version) [![visitors+++](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fc9fe%2Fgraderjs&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=%28today%2Ftotal%29%20visitors%2B%2B%2B%20since%20Nov%209%202020&edge_flat=false)](https://hits.seeyoufarm.com)
88

99
Turn your full-stack NodeJS application into a downloadable cross-platform binary. Also works for SPAs, or regular web-sites.
1010

@@ -135,8 +135,8 @@ This software is dual-licensed. For information about commercial licensing, see
135135

136136
## Built with Grader
137137

138-
- [wingrader](https://github.com/i5ik/winrader) - windows 95 cross platform
139-
- [jspaint.exe](https://github.com/i5ik/jspaint.exe) - classic paint cross platform
138+
- [wingrader](https://github.com/crisdosyago/winrader) - windows 95 cross platform
139+
- [jspaint.exe](https://github.com/crisdosyago/jspaint.exe) - classic paint cross platform
140140

141141
<p align=right><a href=#top>Top</a></p>
142142

@@ -152,7 +152,7 @@ npx graderjs my-app
152152

153153
Only a couple of API calls, classed into four categories: Protocol, NodeJS, App, Window.
154154

155-
Read [the API docs](https://github.com/i5ik/grader-base) for a detailed usage or see below for an overview.
155+
Read [the API docs](https://github.com/crisdosyago/grader-base) for a detailed usage or see below for an overview.
156156

157157
<p align=right><a href=#top>Top</a></p>
158158

@@ -198,7 +198,7 @@ Instrument the browser directly with DevTools\*.
198198

199199
### Docketty Docs
200200

201-
Then, read the [API docs](https://github.com/i5ik/grader-base/blob/master/README.md) or see below for the Getting Started Goose Guide.
201+
Then, read the [API docs](https://github.com/crisdosyago/grader-base/blob/master/README.md) or see below for the Getting Started Goose Guide.
202202

203203
<p align=right><a href=#top>Top</a></p>
204204

@@ -212,22 +212,22 @@ Open an issue!
212212

213213
### Get Started from the Command line
214214

215-
Use npm to get the [Grader.JS tool](https://github.com/i5ik/graderjs) to automatically populate your new grader app.
215+
Use npm to get the [Grader.JS tool](https://github.com/crisdosyago/graderjs) to automatically populate your new grader app.
216216

217217
```sh
218218
$ npm i -g graderjs@latest
219219
$ graderjs my-new-app
220220
```
221221

222-
Then, read the [API docs](https://github.com/i5ik/grader-base/blob/master/README.md) or see below for the Getting Started Goose Guide.
222+
Then, read the [API docs](https://github.com/crisdosyago/grader-base/blob/master/README.md) or see below for the Getting Started Goose Guide.
223223

224224
*Or...*
225225

226226
<p align=right><a href=#top>Top</a></p>
227227

228228
### Get Started from GitHub
229229

230-
Click ["Use This Template"](https://github.com/i5ik/grader-base) on the base-repo and you will have a new repo, then clone it to your workspace and `cd` into it, and run:
230+
Click ["Use This Template"](https://github.com/crisdosyago/grader-base) on the base-repo and you will have a new repo, then clone it to your workspace and `cd` into it, and run:
231231

232232
```sh
233233
npm i
@@ -239,7 +239,7 @@ npm i
239239

240240
### Start Building!
241241

242-
Read [the API docs](https://github.com/i5ik/grader-base), or create yer binaries right away:
242+
Read [the API docs](https://github.com/crisdosyago/grader-base), or create yer binaries right away:
243243

244244
```sh
245245
./scripts/compile.sh
@@ -321,7 +321,7 @@ And put your JS/HTML/CSS into, `src/public/index.html`:
321321

322322
### API
323323

324-
Read [the API docs](https://github.com/i5ik/grader-base)!
324+
Read [the API docs](https://github.com/crisdosyago/grader-base)!
325325

326326
<p align=right><a href=#top>Top</a></p>
327327

@@ -368,14 +368,14 @@ module.exports = {
368368

369369
## Screenshots
370370

371-
![Windows Grader](https://github.com/i5ik/graderjs/raw/master/.readme-assets/wingrader.JPG)
372-
![Linux Grader](https://github.com/i5ik/graderjs/raw/master/.readme-assets/grader.JPG)
371+
![Windows Grader](https://github.com/crisdosyago/graderjs/raw/master/.readme-assets/wingrader.JPG)
372+
![Linux Grader](https://github.com/crisdosyago/graderjs/raw/master/.readme-assets/grader.JPG)
373373

374374
<p align=right><a href=#top>Top</a></p>
375375

376376
## More
377377

378-
See [the API docs](https://github.com/i5ik/grader-base) for more. Or just read the README.md of the grader app you've just created, it contains the full API docs. You can also take a look at the API code in `src/index.js`.
378+
See [the API docs](https://github.com/crisdosyago/grader-base) for more. Or just read the README.md of the grader app you've just created, it contains the full API docs. You can also take a look at the API code in `src/index.js`.
379379

380380
<p align=right><a href=#top>Top</a></p>
381381

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/i5ik/graderjs.git"
11+
"url": "git+https://github.com/crisdosyago/graderjs.git"
1212
},
1313
"keywords": [
1414
"devtools",
@@ -26,9 +26,9 @@
2626
"author": "@dosy",
2727
"license": "AGPL-3.0",
2828
"bugs": {
29-
"url": "https://github.com/i5ik/graderjs/issues"
29+
"url": "https://github.com/crisdosyago/graderjs/issues"
3030
},
31-
"homepage": "https://github.com/i5ik/graderjs#readme",
31+
"homepage": "https://github.com/crisdosyago/graderjs#readme",
3232
"dependencies": {},
3333
"devDependencies": {}
3434
}

scripts/bring_grader.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ cd $1
1717
set +e
1818
bash -e <<TRY
1919
git init
20-
git clone https://github.com/i5ik/grader-base.git
20+
git clone https://github.com/crisdosyago/grader-base.git
2121
TRY
2222

2323
set -e
2424

2525
if [ $? -ne 0 ]; then
2626
echo "Git not installed. That's ok. Downloading zip/tar ball..."
27-
curl -o grader-base-master.zip -L https://github.com/i5ik/grader-base/archive/master.zip
27+
curl -o grader-base-master.zip -L https://github.com/crisdosyago/grader-base/archive/master.zip
2828
unzip grader-base-master.zip
2929
mv grader-base-master grader-base
3030
fi
@@ -54,7 +54,7 @@ echo "right now to get some binaries."
5454
echo "Or copy your SPA into the ./$1/src/public/ folder (or start editing in there)"
5555
echo "Or if you need more functionality you can also edit ./$1/src/app.js"
5656
echo "to build your own app."
57-
echo "See the docs: https://github.com/i5ik/graderjs or open the README.md in this directory"
57+
echo "See the docs: https://github.com/crisdosyago/graderjs or open the README.md in this directory"
5858
echo "Happy Grading!"
5959
echo
6060

0 commit comments

Comments
 (0)