This website works better with JavaScript.
Explore
Help
Sign In
learn-javascript-the-hard-way
/
bandolier-template
Watch
1
Star
0
Fork
You've already forked bandolier-template
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
71
Commits
1
Branch
1
Tag
7.0 MiB
Tag:
Branch:
Tree:
71bdacf22d
main
v0.11.0-merged
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '71bdacf22d'
${ noResults }
Commit Graph
30 Commits (71bdacf22d1ea45c2c4af3b7fb981dcff20e3b54)
Author
SHA1
Message
Date
Zed A. Shaw
9a204d7b31
Accidentally included my test public key. Not a risk since it's a dev key and supposed to be public, but still not smart.
2 years ago
Zed A. Shaw
2939223586
Update the Header/Footer templates since the API changed.
2 years ago
Zed A. Shaw
323ae3dc2a
Add the ability to specify a README and make that the initial first page for the docs browser.
2 years ago
Zed A. Shaw
dae5f77d44
Documenting the config.js too.
2 years ago
Zed A. Shaw
5dfa9ebc6b
More documentation, almost done with everything in lib.
2 years ago
Zed A. Shaw
b1f443ff37
Adopt the standard that DANGER_ADMIN must equal '1' exactly, so DANGER_ADMIN==='1' is the only wayt to use it.
2 years ago
Zed A. Shaw
fea93cb1bf
Add some simple stats at the end to help with progress, but give a --quiet option if you don't want that.
2 years ago
Zed A. Shaw
2e2c7c35fb
Add little icons to the toc at the top to easily identify any comments mentioning TODO, BUG, WARNING, FOOTGUN, or DEPRECATED.
2 years ago
Zed A. Shaw
372be19301
Make it possible to jump to sections you need and back to the top.
2 years ago
Zed A. Shaw
ff28e3febc
Better visual design with classes separated out.
2 years ago
Zed A. Shaw
2ac767b858
DocsBrowser is looking nice and I'm actually doing the docs for one file to work on the design more.
2 years ago
Zed A. Shaw
ba8c6064fe
DocsBrowser now works half decent, just need to actually complete the docs on a few samples to work out the more complete look.
2 years ago
Zed A. Shaw
7463cce5f5
Bring the code doc into the admin panel, and compensate for various ways to specify the input paths in codedocs.js
2 years ago
Zed A. Shaw
ea88de1b81
Fix the weirdness with esbuild definition variables. Apparently it's even worse than enforcing a type, but now it requires a string in the setting in build.js, but turns that into code.
2 years ago
Zed A. Shaw
28cfe55921
Code docs output is serviceable and there's a UI now.
2 years ago
Zed A. Shaw
5651b770ce
Upgrade packages, migrating to discord latest and esbuild latest. Tested on windows by not OSX or Linux.
2 years ago
Zed A. Shaw
0c653ac6f4
A first attempt at a replacement for jsdoc.
2 years ago
Zed A. Shaw
5119e0be0e
Command line tool for generating djenterator templates instead of using the web interface.
2 years ago
Zed A. Shaw
9533f4faf7
Fix the error reporting on builds and reloading when there's an error.
2 years ago
Zed A. Shaw
1df0c38e05
Djentorator is back in a basic UI that will work but isn't very optimal.
2 years ago
Zed A. Shaw
17e05130e3
Need a nasty little handler to catch people (reasonably so) typing in localhost instead of 127.0.0.1. This is needed because socket.io defaults to IPVv6 on Node 18 for some reason, and probably others.
2 years ago
Zed A. Shaw
375d7a2d80
Most localhost to 127.0.0.1 conversions. I hate IPv6.
2 years ago
Zed A. Shaw
3d4175dc11
Need to set the cookie_domain to also be 127.0.0.1 or else cookies won't work.
2 years ago
Zed A. Shaw
a5d8215d43
Upgrading to node 18 LTS. Seems the only major change is a few new security defects in the qs library, and defaulting to IPv6 in some cases.
2 years ago
Zed A. Shaw
498d88c26a
Init was wrong and shouldn't use opts in that function.
2 years ago
Zed A. Shaw
62f7465e21
Init now works and covers everything.
2 years ago
Zed A. Shaw
82c3ac2aad
Discord wasn't aborting correctly when the key wasn't configured. Livestream test still used an old schema. Configs needed to be updated in commands/templates
2 years ago
Zed A. Shaw
d2d7c9c9c0
Initial big commit that brings over all of the latest development from my sites. This will be refined and released soon, but right now I'm testing how it installs with ljsthw-bandolier's installer.
2 years ago
Zed A. Shaw
9b59ad3e31
Initial big commit that brings over all of the latest development from my sites. This will be refined and released soon, but right now I'm testing how it installs with ljsthw-bandolier's installer.
2 years ago
Zed A. Shaw
47999410ce
Testing the git template system.
2 years ago