
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
github.com/kckrinke/go-cdk
This package provides the GDK equivalent for CTK. This is not intended to be a parity of GDK in any way, rather this package simply fulfills the terminal drawing and basic event systems required by CTK.
Unless you're using CTK, you should really be using TCell instead.
This project should not be used for any purpose other than intellectual curiosity. This project, in its current iteration, is strictly a Proof-of-Concept and nothing more. The lessons learned so far are being incorporated into a clean rewrite of the entire thing.
This status is reflected in the tagged versioning of this trunk
branch, v0.0.x, ie: entirely experimental and unfinished in any sense of the word "done".
go get -u github.com/kckrinke/go-cdk
A makefile has been included to assist in the development workflow.
> make help
usage: make {help|test|clean|demos}
test: perform all available tests
clean: cleans package and built files
demos: builds the boxes, mouse and unicode demos
While CDK is not intended for direct usage, there are some simple demonstration applications provided.
A formal CDK application demonstrating the typical boilerplate setup.
CDK provides tests for color, event, runes and styles using the simulation screen. To run the tests, use the make-file for convenience:
> go test -v
testing cdk
... (per-test output, trimmed for brevity) ...
ok github.com/kckrinke/go-cdk 0.171s
The current API is unstable and subject to change dramatically. The following is a brief summary of the planned iterations.
This project is licensed under the Apache 2.0 license - see the LICENSE.md file for details.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.