0.6.1 • Published 11 months ago

@autodev/worker-core v0.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@autodev/worker-core

Core models and utilities for autodev workbench

Overview

This package provides core functionality for the autodev workbench, including:

  • Code data structure models
  • Filesystem utilities
  • Command execution tools

Features

Code Models

The package includes various interfaces and types for representing code structures:

  • CodeDataStruct - Representation of code structures like classes, interfaces, etc.
  • CodeFunction - Representation of functions/methods
  • CodeField - Representation of class/struct fields
  • CodeParameter - Function parameter representations
  • CodePosition - Position information for code elements
  • ApiResource - Resource representation for APIs

Filesystem Utilities

  • File listing and searching
  • Path manipulation utilities
  • File system constants and configurations

Command Execution

  • Integration with tools like ripgrep for efficient code searching
  • Binary execution utilities

Installation

npm install @autodev/worker-core
# or
yarn add @autodev/worker-core
# or
pnpm add @autodev/worker-core

Usage

import { CodeDataStruct, DataStructType } from '@autodev/worker-core';
// Use the imported types and utilities as needed

License

Apache-2.0

0.6.1

11 months ago

0.6.0

11 months ago

0.5.0

11 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.1.2

11 months ago

0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0-3

12 months ago

0.2.0-2

12 months ago

0.2.0-1

12 months ago

0.2.0-0

12 months ago

0.0.22

12 months ago

0.0.21

12 months ago

0.0.20

12 months ago

0.0.18

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago