Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
- Fixed the parser problem on the NPM package. #4 (comment)
Browse files Browse the repository at this point in the history
- Fixed the length is missing. #4 (comment)
- Fixed the pTagPage giving No results. #4 (comment)
- **[ NEW! ]**
    - Added a CLI prototype. This new feature is still not stable as I doubt it will problems like my past mistakes.
    - the test is now more epic, try doing `npm run bruhmocha` lol.

- To get the full **Tags**, **Artists**, **Parodies**, **Groups** list download the `tags.d.ts.full` on github and replace the `tags.d.ts` on the `lib/d.ts` and remove the `.full`. Will add an automatic download soon.
  • Loading branch information
IchimakiKasura committed Oct 30, 2021
1 parent 3c673ff commit 8ce38a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ node_modules
/.nyc_output
/docs/other/*.md
/docs/other/embeded link.psd
test.js
package-lock.json
/test.js
/package-lock.json
.gitcommit

# whenever I rewrite the code to clean it
/lib/src/newParser.min.js
/lib/src/newkasuApi.min.js
#/lib/src/newParser.min.js
#/lib/src/newkasuApi.min.js

minifier.js

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cli"
],
"scripts": {
"test": "test.bat",
"test": "test.bat 5",
"bruhmocha": "node ./test/test.js",
"overallTest": "node ./test/overAlltest.js",
"build": "cmd /c test.bat 4 && npm run bruhmocha build",
Expand Down
1 change: 1 addition & 0 deletions test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if %1 == 1 goto stest
if %1 == 2 goto otest
if %1 == 3 goto bruhmocha
if %1 == 4 goto minify
if %1 == 5 goto menu
:menu
cls
title Test picker
Expand Down

0 comments on commit 8ce38a8

Please sign in to comment.