Jacob Nguyen
|
e4a88ff306
|
feat(markup.ts) merge higharcs changes
|
2022-03-03 22:16:16 -06:00 |
|
Jacob Nguyen
|
9e17a80ca2
|
style(markup.ts): formatted a little for readability
|
2022-03-02 09:47:40 -06:00 |
|
Jacob Nguyen
|
15d8a6a794
|
refactor(utilities): made markup.ts eslint compliant and added formatting to logger
|
2022-03-01 23:05:25 -06:00 |
|
Arcy
|
9bef8b332c
|
Merge pull request #15 from rqft/main
Create markup.ts
|
2022-02-22 00:42:40 -03:00 |
|
Arcy
|
3a4e286381
|
Create markup.ts
|
2022-02-21 21:39:19 -06:00 |
|
jacoobes
|
00a5fa43ad
|
feat(sern.ts): adding logging instead of large complaining messages from bot
|
2022-02-21 17:07:08 -06:00 |
|
jacoobes
|
40fb723143
|
feat(sern.ts): changed how module is passed around, now has name property at runtime
|
2022-02-21 02:00:12 -06:00 |
|
jacoobes
|
ef9d53e6b1
|
feat(sern.ts): beginning to add new basic logger system
|
2022-02-21 01:58:25 -06:00 |
|
jacoobes
|
d17f999d69
|
style(sern.ts): minimized code, refactor style
|
2022-02-21 00:51:00 -06:00 |
|
jacoobes
|
1cff46c0ab
|
fix(utilexports.ts): forgot to remove the deleted feat of option builder
|
2022-02-21 00:44:52 -06:00 |
|
jacoobes
|
81921937b5
|
refactor: removed options builder as it is redundant
|
2022-02-21 00:41:34 -06:00 |
|
Jacob Nguyen
|
15ab87aac5
|
refactor(handler): exported the option builder v0.0.1
|
2022-02-20 10:48:45 -06:00 |
|
xxDeveloper
|
408d1e31e3
|
docs: Updated README links
|
2022-02-20 16:19:12 +03:00 |
|
Jacob Nguyen
|
eaf06581fb
|
Merge branch 'main' of https://github.com/sern-handler/Sern
|
2022-02-19 13:34:50 -06:00 |
|
Jacob Nguyen
|
1397974fb6
|
feat(sern.ts): changing default value of args in text based cmd to string[], from string
|
2022-02-19 13:34:30 -06:00 |
|
Jacob Nguyen
|
e0541f777b
|
feat(sern.ts): changing default value of args in text based cmd to string[], from string
|
2022-02-19 13:23:58 -06:00 |
|
Jacob Nguyen
|
b11f999674
|
feat(sern.ts): changing text-based command parser fn value to string[]
Keeping the type of args for fn parse as a string[] should allow users more flexibility
|
2022-02-19 13:21:44 -06:00 |
|
Jacob Nguyen
|
b19a41ddf0
|
style(src): ran eslint through project
|
2022-02-19 13:16:29 -06:00 |
|
Jacob Nguyen
|
c8bf7aeb92
|
refactor(options.ts): move options type declarations to types folder
|
2022-02-19 13:14:54 -06:00 |
|
Jacob Nguyen
|
651009c9ed
|
feat(higherorders.ts): a new function that acts as a command options builder
|
2022-02-19 13:12:42 -06:00 |
|
Jacob Nguyen
|
dc30f0288c
|
Merge branch 'main' of https://github.com/sern-handler/Sern
|
2022-02-19 09:55:20 -06:00 |
|
Jacob Nguyen
|
348f707ecd
|
Merge pull request #14 from sern-handler/EvolutionX-10-patch-1
|
2022-02-19 08:46:04 -06:00 |
|
EvolutionX
|
92c3bacd15
|
chore: removed Nullable type
|
2022-02-19 20:11:28 +05:30 |
|
Jacob Nguyen
|
664afea478
|
Merge pull request #13 from sern-handler/EvolutionX-10-patch-1
|
2022-02-19 08:39:07 -06:00 |
|
EvolutionX
|
f6b85d8763
|
chore: add back @Townsy45's credits
|
2022-02-19 20:03:40 +05:30 |
|
EvolutionX
|
f4b6642b73
|
chores: add back cursorsdottsx credits
|
2022-02-19 20:01:10 +05:30 |
|
xxDeveloper
|
94141e7048
|
docs: updated pronounce ('me' => 'us')
|
2022-02-19 16:08:07 +03:00 |
|
xxDeveloper
|
fa622f67e6
|
docs: Updated README TODO
|
2022-02-19 15:41:35 +03:00 |
|
xxDeveloper
|
a506219f19
|
docs: Updated README TODO
|
2022-02-19 15:40:03 +03:00 |
|
Jacob Nguyen
|
024aab5f73
|
docs(readme.md) : fix bugged example code
|
2022-02-18 23:01:12 -06:00 |
|
Jacob Nguyen
|
9a8883e7ce
|
chore(CNAME) : add cname
|
2022-02-18 22:50:11 -06:00 |
|
jacoobes
|
21fe7534af
|
refactor(types/handler.ts): remove nullish type, never used
|
2022-02-18 11:27:56 -06:00 |
|
EvolutionX
|
6a36f9300e
|
docs: added 2 more TODOs
|
2022-02-18 22:18:32 +05:30 |
|
EvolutionX
|
06f7acd848
|
docs: added TODOs to do
|
2022-02-18 22:16:45 +05:30 |
|
Jacob Nguyen
|
89d40b92f0
|
Delete CNAME
|
2022-02-18 10:35:54 -06:00 |
|
Jacob Nguyen
|
5df62ba783
|
Create CNAME
|
2022-02-18 10:33:18 -06:00 |
|
jacoobes
|
890f377b48
|
docs(adding documentation): adding the auto generated docs
n
|
2022-02-18 10:24:08 -06:00 |
|
xxDeveloper
|
29d92caa16
|
docs: Update readme code examples
|
2022-02-17 22:02:59 +03:00 |
|
xxDeveloper
|
1492f72751
|
docs: Updated Readme links
|
2022-02-17 18:53:31 +03:00 |
|
xxDeveloper
|
8ed3cb2205
|
docs: Updated Readme links
|
2022-02-17 18:47:41 +03:00 |
|
xxDeveloper
|
0850f2de48
|
Update CNAME
|
2022-02-17 18:44:33 +03:00 |
|
xxDeveloper
|
37905dac57
|
Update CNAME
|
2022-02-17 18:41:42 +03:00 |
|
Jacob Nguyen
|
e46d7ca5c9
|
Update CNAME
|
2022-02-16 14:05:44 -06:00 |
|
Jacob Nguyen
|
e2654eac9a
|
Update CNAME
|
2022-02-16 14:01:00 -06:00 |
|
Jacob Nguyen
|
a97734ace5
|
Create CNAME
|
2022-02-16 13:59:05 -06:00 |
|
xxDeveloper
|
0e795e63dd
|
Merge branch 'main' of https://github.com/jacoobes/Sern
|
2022-02-16 22:57:53 +03:00 |
|
xxDeveloper
|
dad3042a64
|
feat: Improved TypeScript experince
|
2022-02-16 22:57:40 +03:00 |
|
xxDeveloper
|
c52899744a
|
Rename LICENSE to LICENSE.md
|
2022-02-16 22:39:19 +03:00 |
|
xxDeveloper
|
d1bd3c47be
|
Delete LICENSE.md
|
2022-02-16 22:39:06 +03:00 |
|
xxDeveloper
|
42d3d2ea94
|
Switch to GNUv2
|
2022-02-16 22:38:23 +03:00 |
|