npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

manicode

v1.0.63

Published

AI dev assistant

Downloads

1,572

Readme

The AI coder for serious engineers

Manicode helps you generate better code from your terminal.

  1. Run manicode from your project directory
  2. Tell it what to do
  3. It will read and write to files to produce the code you want

Installation

To install Manicode, run:

npm install -g manicode

Usage

After installation, you can start Manicode by running:

manicode [project-directory]

If no project directory is specified, Manicode will use the current directory.

After running manicode, simply chat with it to say what coding task you want done.

Features

  • Interacts with your codebase using natural language
  • Reads and writes files within your project directory
  • Runs commands in your terminal
  • Scrapes the web to gather information for tasks

Ask Manicode to implement small features, write unit tests, write scripts, or give advice.

Knowledge Files

To unlock the full benefits of modern LLMs, we recommend storing knowledge alongside your code. Add a knowledge.md file anywhere in your project to provide helpful context, guidance, and tips for the LLM as it performs tasks for you.

Manicode can fluently read and write files, so it will add knowledge as it goes. You don't need to write knowledge manually!

Some have said every change should be paired with a unit test. In 2024, every change should come with a knowledge update!

Tips

  1. Create a knowledge.md file and collect specific points of advice. The assistant will use this knowledge to improve its responses.
  2. Type undo or redo to revert or reapply file changes from the conversation.
  3. Press Esc or Ctrl+C while Manicode is generating a response to stop it.

Troubleshooting

If you are getting permission errors when installing globally with '-g', or when running manicode, try installing node with a version manager.

For OSX or Unix, use nvm. Run:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

For Windows, use nvm-windows:

Make sure to uninstall your existing node program. Then get this executable:

Download the release .exe

Feedback

We value your input! Please email your feedback to [email protected]. Thank you for using Manicode!