0.6.1 • Published 4 months ago

@autodev/worker-core v0.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 months ago

0.6.0

4 months ago

0.5.0

4 months ago

0.4.1

4 months ago

0.4.0

4 months ago

0.1.2

4 months ago

0.3.3

5 months ago

0.3.2

5 months ago

0.3.1

5 months ago

0.3.0

5 months ago

0.2.2

5 months ago

0.2.1

5 months ago

0.2.0-3

5 months ago

0.2.0-2

5 months ago

0.2.0-1

5 months ago

0.2.0-0

5 months ago

0.0.22

5 months ago

0.0.21

5 months ago

0.0.20

5 months ago

0.0.18

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago