UNPKG
@jasondark/proompt
Version:
alpha (0.1.0-alpha.7)
latest (0.1.0-alpha.7)
0.1.0-alpha.7
0.1.0-alpha.6
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
CLI tool for running AI prompts with structure and repeatability
@jasondark/proompt
/
dist
/
core
/
constants.js
9 lines
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
OUTPUT_FILE_NAMES
=
exports
.
DEFAULT_LLM_CLI
=
void
0
;
exports
.
DEFAULT_LLM_CLI
=
'claude'
;
exports
.
OUTPUT_FILE_NAMES
= {
claude
:
'CLAUDE.md'
,
gemini
:
'GEMINI.md'
, };
//# sourceMappingURL=constants.js.map