UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

20 lines (12 loc) • 203 B
TESTS = test/*.js all: test build: clean compile compile: npm install . npm run install test: build @./node_modules/.bin/jest \ $(TESTS) clean: rm -Rf lib/bindings/ .PHONY: clean test build