@stevenic/codepilot

v0.5.0
Codepilot is an AI powered programming buddy that's an expert on your codebase.
gpt coding

build

tsc -b

build-docs

typedoc --theme markdown --entryPoint codepilot --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\..\doc\botbuilder-ai .\lib\index.d.ts --hideGenerator --name "Bot Builder SDK - AI" --readme none

build:rollup

yarn clean && yarn build && api-extractor run --verbose --local

clean

rimraf _ts3.4 lib tsconfig.tsbuildinfo node_modules

lint

eslint **/src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern

test

npm-run-all build test:mocha

test:mocha

nyc mocha tests

test:compat

api-extractor run --verbose
npm i @stevenic/codepilot

Metadata

  • MIT
  • Whatever
  • Steven Ickman
  • released 9/27/2023

Downloads

Maintainers