typescript-library

justhackit/typescript-library
★ 0 stars Shell API Integration Updated 1d ago
This repo holds packages or libraries that can be used in various usecases like for mcp servers, creating services and APIs etc.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "typescript-library": {
      "command": "npx",
      "args": [
        "-y",
        "justhackit/typescript-library"
      ]
    }
  }
}

README Excerpt

This template generates the project structure, dependencies and environment. Refer https://dev.to/alexeagleson/how-to-create-a-node-and-react-monorepo-with-git-submodules-2g83 ``` make PACKAGE_NAME=superapp-backend backend ``` and/or ``` make PACKAGE_NAME=superapp-frontend frontend ``` and finally...