contextlizard
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

CONTEXT LIZARD

Meet the cold-blooded AI wrangler your sanity's been begging for.

THE PROBLEM IS SIMPLE

Your AI writes code like it's having a seizure. Different styles. Random conventions. Variable names a drunk toddler would reject.

And you? You're stuck in an endless loop of corrections, watching your life tick away one "use single quotes, you digital moron" at a time.

ENTER THE LIZARD

Context Lizard doesn't negotiate with machines. It doesn't plead. It doesn't repeat itself.

It just lays down the law in a language AI actually understands.

One configuration file. Ruthless clarity. Complete control.

HOW THE LIZARD WORKS

  1. DEFINE YOUR STANDARDS - Tell Lizard exactly how you want your code
  2. THE LIZARD REMEMBERS - Unlike AI, which has the memory of wet toilet paper
  3. AI FINALLY BEHAVES - Code that actually follows your rules, not its digital hallucinations

TAMING THE WILD AI

The Lizard doesn't care what language you're wrestling with. JavaScript, Python, Java - they all bow to the cold-blooded standards enforcer.

It works across projects. Across teams. Across the existential void between what you want and what AI usually gives you.

THE COLD TRUTH

You're not paid to babysit robots through coding kindergarten.

Let the Lizard handle the dirty work while you focus on building something that actually matters.

Context Lizard: Save your keyboard from rage-induced coffee spills over AI's formatting amnesia

Context Lizard CLI

A command-line tool for managing coding standards across projects.

Installation

npm install -g contextlizard

Usage

Authentication

First, you need to log in to access your standards:

# Login with your credentials
contextlizard login

Managing Projects

Once authenticated, you can view and work with your projects:

# List all available projects
contextlizard list

# Pull a specific project's standards
contextlizard pull <project-name>

Creating Configuration

After pulling project standards, initialize them in your current directory:

# Create config file in the current directory
contextlizard init

# Specify format (json or yaml)
contextlizard init --format yaml

Other Commands

# Log out from your account
contextlizard logout

# Reset CLI state (clear active project and login status)
contextlizard reset

Project Demo Credentials

For demo/testing, use:

Configuration Files

Context Lizard generates a .contextlizard.json (or .contextlizard.yaml) file that contains your project's coding standards. This file can be committed to your repository so that everyone on your team follows the same standards.

The configuration file includes project-specific settings based on the standard you're using (React with Next.js, Node with Express, etc.).

Supported Standards

  • react-next: Next.js React applications
  • react-vite: Vite-powered React applications
  • node-express: Node.js with Express applications
  • python-django: Python Django applications

Each standard includes specific formatters, component structure guidelines, and architecture preferences relevant to that technology stack.

License

MIT

Package Sidebar

Install

npm i contextlizard

Weekly Downloads

6

Version

1.0.3

License

MIT

Unpacked Size

32.9 kB

Total Files

10

Last publish

Collaborators

  • keyhoffman