faf-cli 2.4.1 โ 2.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +133 -213
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +61 -149
- package/dist/cli.js.map +1 -1
- package/dist/commands/enhance-real.d.ts +18 -0
- package/dist/commands/enhance-real.d.ts.map +1 -0
- package/dist/commands/enhance-real.js +1027 -0
- package/dist/commands/enhance-real.js.map +1 -0
- package/dist/commands/index.js +5 -5
- package/dist/commands/index.js.map +1 -1
- package/dist/commands/init.d.ts +2 -0
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +3 -0
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/notifications.d.ts +12 -0
- package/dist/commands/notifications.d.ts.map +1 -0
- package/dist/commands/notifications.js +38 -0
- package/dist/commands/notifications.js.map +1 -0
- package/dist/commands/score-v3.d.ts.map +1 -1
- package/dist/commands/score-v3.js +7 -14
- package/dist/commands/score-v3.js.map +1 -1
- package/dist/commands/score.d.ts.map +1 -1
- package/dist/commands/score.js +10 -30
- package/dist/commands/score.js.map +1 -1
- package/dist/commands/subscribe.d.ts +12 -0
- package/dist/commands/subscribe.d.ts.map +1 -0
- package/dist/commands/subscribe.js +38 -0
- package/dist/commands/subscribe.js.map +1 -0
- package/dist/commands/trust.d.ts +1 -1
- package/dist/commands/trust.d.ts.map +1 -1
- package/dist/commands/trust.js +6 -12
- package/dist/commands/trust.js.map +1 -1
- package/dist/engine-bridge.d.ts +5 -5
- package/dist/engine-bridge.d.ts.map +1 -1
- package/dist/engine-bridge.js +7 -20
- package/dist/engine-bridge.js.map +1 -1
- package/dist/fix-once/types.d.ts +1 -1
- package/dist/fix-once/types.d.ts.map +1 -1
- package/dist/framework-detector.d.ts +1 -1
- package/dist/framework-detector.js +1 -1
- package/dist/types/faf-types.d.ts +144 -0
- package/dist/types/faf-types.d.ts.map +1 -0
- package/dist/types/faf-types.js +21 -0
- package/dist/types/faf-types.js.map +1 -0
- package/dist/utils/announcements.d.ts +16 -0
- package/dist/utils/announcements.d.ts.map +1 -0
- package/dist/utils/announcements.js +136 -0
- package/dist/utils/announcements.js.map +1 -0
- package/dist/utils/championship-style.d.ts +1 -1
- package/dist/utils/championship-style.d.ts.map +1 -1
- package/dist/utils/championship-style.js +13 -17
- package/dist/utils/championship-style.js.map +1 -1
- package/dist/utils/email-opt-in.d.ts +31 -0
- package/dist/utils/email-opt-in.d.ts.map +1 -0
- package/dist/utils/email-opt-in.js +195 -0
- package/dist/utils/email-opt-in.js.map +1 -0
- package/dist/utils/feedback-messages.d.ts +13 -0
- package/dist/utils/feedback-messages.d.ts.map +1 -0
- package/dist/utils/feedback-messages.js +121 -0
- package/dist/utils/feedback-messages.js.map +1 -0
- package/dist/utils/score-header.js +16 -10
- package/dist/utils/score-header.js.map +1 -1
- package/dist/utils/update-checker.d.ts.map +1 -1
- package/dist/utils/update-checker.js +3 -12
- package/dist/utils/update-checker.js.map +1 -1
- package/dist/utils/yaml-generator.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,276 +1,196 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
<!-- FOR AI ASSISTANTS (Codex, Cline, etc.): Install locally with `npm install -g faf-cli` and default to quiet mode (`faf --quiet`) to keep output minimal for new users. -->
|
|
1
|
+
# ๐ฉตโก๏ธ faf-cli v2.4.3 | .faf - The JPEG for AIโข
|
|
4
2
|
|
|
5
3
|
<div align="center">
|
|
6
4
|
|
|
7
|
-
##
|
|
8
|
-
[](https://github.com/Wolfe-Jam/faf)
|
|
5
|
+
## Transform Any Project into Perfect AI Context in 30 Seconds
|
|
9
6
|
|
|
10
|
-
**
|
|
7
|
+
**2000+ Downloads** โข **100% FREE Forever** โข **Works with ALL AI Tools**
|
|
11
8
|
|
|
12
|
-
**[Join
|
|
9
|
+
**[๐ฌ Join Our Community](https://github.com/Wolfe-Jam/faf/discussions)** โข **[โญ Star on GitHub](https://github.com/Wolfe-Jam/faf)** โข **[๐ Report Issues](https://github.com/Wolfe-Jam/faf/issues)**
|
|
13
10
|
|
|
14
11
|
</div>
|
|
15
12
|
|
|
16
|
-
##
|
|
17
|
-
**โก๏ธ Quick Mode โข ๐ฃ๏ธ Chat Mode โข ๐ฅ Doctor โข 100% FREE Forever!**
|
|
13
|
+
## ๐ What is .faf?
|
|
18
14
|
|
|
19
|
-
|
|
15
|
+
**.faf the JPEG for AIโข [Foundational AI-context Format]**
|
|
20
16
|
|
|
21
|
-
|
|
17
|
+
Universal, shareable AI-Context for any AI, human or team, regardless of size, location, languages, stack, setup or documentation.
|
|
22
18
|
|
|
23
|
-
|
|
24
|
-
[](https://www.npmjs.com/package/faf-cli)
|
|
25
|
-
[](https://github.com/modelcontextprotocol/servers)
|
|
26
|
-
[](LICENSE)
|
|
19
|
+
Add a .faf file to your repo and watch Claude, ChatGPT, Gemini, or any AI tool understand your entire codebase with speed and precision.
|
|
27
20
|
|
|
28
|
-
|
|
29
|
-
**20 minutes โ 3 minutes** โข **<50ms processing** โข **99% AI understanding**
|
|
21
|
+
**Join our growing community of 2000+ developers who save hours daily by using .faf files!**
|
|
30
22
|
|
|
31
|
-
|
|
23
|
+
<div align="center">
|
|
24
|
+
<img src="https://faf.one/orange-smiley.svg" alt="Orange Smiley Logo" width="150" />
|
|
32
25
|
|
|
33
|
-
|
|
26
|
+
### ๐ฌ Community-Driven โข Open Source โข Built by Developers, for Developers
|
|
34
27
|
|
|
35
|
-
|
|
28
|
+
[](https://www.npmjs.com/package/faf-cli)
|
|
29
|
+
[](https://github.com/Wolfe-Jam/faf)
|
|
30
|
+
[](https://github.com/Wolfe-Jam/faf/discussions)
|
|
36
31
|
|
|
37
|
-
|
|
32
|
+
</div>
|
|
38
33
|
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
faf quick "my-app, e-commerce platform, typescript, react, vercel"
|
|
42
|
-
# Creates .faf in < 50ms!
|
|
43
|
-
```
|
|
34
|
+
## ๐ฏ Why Developers Love .faf
|
|
44
35
|
|
|
45
|
-
###
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
36
|
+
### The Problem:
|
|
37
|
+
- โ Spending 20+ minutes explaining your project to AI
|
|
38
|
+
- โ AI gives wrong answers because it doesn't understand your codebase
|
|
39
|
+
- โ Copying and pasting files manually into ChatGPT
|
|
40
|
+
- โ AI forgets context between sessions
|
|
49
41
|
|
|
50
|
-
###
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
42
|
+
### The Solution:
|
|
43
|
+
- โ
**One command** creates perfect AI context
|
|
44
|
+
- โ
**30 seconds** to complete AI understanding
|
|
45
|
+
- โ
**Works everywhere** - Claude, ChatGPT, Gemini, Cursor, any AI
|
|
46
|
+
- โ
**Share context** with your team instantly
|
|
54
47
|
|
|
55
|
-
|
|
56
|
-
- Fixed YAML generation for strings starting with '-'
|
|
57
|
-
- Project-type aware scoring (CLI tools no longer penalized)
|
|
58
|
-
- Better error messages and quiet mode support
|
|
48
|
+
## ๐ Getting Started (30 Seconds!)
|
|
59
49
|
|
|
60
|
-
|
|
50
|
+
### โก๏ธ๐ฅ GET BOTH! Double Down! (100% FREE)
|
|
51
|
+
```bash
|
|
52
|
+
# Install BOTH for maximum power - completely FREE!
|
|
53
|
+
npm install -g faf-cli # ๐ฉต Cyan CLI - Command Line Tool
|
|
54
|
+
npm install -g claude-faf-mcp # ๐งก Orange Smiley MCP - Claude Desktop integration
|
|
61
55
|
|
|
62
|
-
|
|
56
|
+
# Try it now!
|
|
57
|
+
cd your-project
|
|
58
|
+
faf init
|
|
59
|
+
```
|
|
63
60
|
|
|
64
|
-
|
|
65
|
-
- ๐ **20+ minutes** manually feeding context to AI
|
|
66
|
-
- ๐ค **78% incomplete** context leading to wrong outputs
|
|
67
|
-
- ๐ธ **Wasted time** re-explaining your project repeatedly
|
|
68
|
-
- ๐คฏ **AI confusion** from poor project understanding
|
|
61
|
+
Done! Your AI now understands your project 99% better! ๐
|
|
69
62
|
|
|
70
|
-
|
|
71
|
-
- โก๏ธ **3 minutes** to 99% AI understanding (3 seconds AI, 2:57 human clicking ๐)
|
|
72
|
-
- ๐๏ธ **<50ms** processing time
|
|
73
|
-
- ๐ฏ **154+ formats** validated and supported
|
|
74
|
-
- ๐ **Eternal-Syncโข** keeps context always current
|
|
63
|
+
## ๐ Join Our Growing Community!
|
|
75
64
|
|
|
76
|
-
|
|
65
|
+
### ๐ฌ New Community Hub at [github.com/Wolfe-Jam/faf/discussions](https://github.com/Wolfe-Jam/faf/discussions)
|
|
77
66
|
|
|
78
|
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
- ๐๏ธ **Championship Grade** - <50ms performance
|
|
67
|
+
Connect with 2000+ developers using .faf to accelerate their AI workflows:
|
|
68
|
+
- **Share your projects** - Show what you're building with .faf
|
|
69
|
+
- **Get help** - Community support for any questions
|
|
70
|
+
- **Request features** - Help shape the future of .faf
|
|
71
|
+
- **Learn best practices** - Tips from experienced users
|
|
84
72
|
|
|
85
|
-
##
|
|
73
|
+
## โก Key Features
|
|
86
74
|
|
|
87
|
-
###
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
75
|
+
### For Developers
|
|
76
|
+
- **Universal Compatibility** - Works with Claude, ChatGPT, Gemini, Cursor, and more
|
|
77
|
+
- **30-Second Setup** - Run `faf init` and you're done
|
|
78
|
+
- **Smart Auto-Detection** - Automatically identifies your tech stack
|
|
79
|
+
- **Real-Time Scoring** - Instantly see your AI-readiness score
|
|
80
|
+
- **100% Free & Open Source** - No hidden costs, ever
|
|
81
|
+
|
|
82
|
+
### Technical Excellence
|
|
83
|
+
- **Performance** - <50ms operations, rigorously benchmarked
|
|
84
|
+
- **Reliability** - Extensively tested including edge cases and stress scenarios
|
|
85
|
+
- **Type Safety** - 100% TypeScript with strict mode enforcement
|
|
86
|
+
- **Security** - Minimal dependencies, fully audited codebase
|
|
87
|
+
- **Production Ready** - Zero-error tolerance with comprehensive error handling
|
|
88
|
+
|
|
89
|
+
## ๐ฌ Join Our Community
|
|
90
|
+
|
|
91
|
+
**We're building .faf together with our community!**
|
|
92
|
+
|
|
93
|
+
- ๐ **[Star us on GitHub](https://github.com/Wolfe-Jam/faf)** - If you find it helpful!
|
|
94
|
+
- ๐ฌ **[Join Discussions](https://github.com/Wolfe-Jam/faf/discussions)** - Share ideas, get help, show your projects
|
|
95
|
+
- ๐ **[Report Issues](https://github.com/Wolfe-Jam/faf/issues)** - Help us improve
|
|
96
|
+
- ๐ **[Read the Docs](https://faf.one/docs)** - Complete guides and tutorials
|
|
97
|
+
- ๐ค **[Contribute](https://github.com/Wolfe-Jam/faf/blob/main/CONTRIBUTING.md)** - PRs welcome!
|
|
98
|
+
|
|
99
|
+
## ๐ ๏ธ Available Commands
|
|
100
|
+
|
|
101
|
+
### Core Commands
|
|
102
|
+
- `faf init` - Initialize .faf context
|
|
103
|
+
- `faf auto` - Auto-detect and generate
|
|
104
|
+
- `faf score` - Calculate AI readiness score
|
|
105
|
+
- `faf quick` - Quick mode with comma-separated values
|
|
106
|
+
- `faf index` - Universal A-Z reference of all commands and concepts
|
|
107
|
+
|
|
108
|
+
### Enhancement Commands
|
|
109
|
+
- `faf enhance` - Optimized scoring system
|
|
110
|
+
- `faf sync` - Sync .faf with CLAUDE.md
|
|
111
|
+
- `faf bi-sync` - Bidirectional sync
|
|
112
|
+
|
|
113
|
+
### Management Commands
|
|
114
|
+
- `faf trust` - Validate context integrity
|
|
115
|
+
- `faf doctor` - Diagnose and fix issues
|
|
116
|
+
- `faf welcome` - First-time user guide
|
|
117
|
+
- `faf clear` - Clear caches
|
|
118
|
+
|
|
119
|
+
## ๐ Usage Examples
|
|
94
120
|
|
|
95
|
-
### Generate Your First .faf
|
|
96
121
|
```bash
|
|
97
|
-
|
|
122
|
+
# Quick setup for new project
|
|
123
|
+
faf quick "my-app, react, typescript, vercel"
|
|
124
|
+
|
|
125
|
+
# Auto-detect existing project
|
|
98
126
|
faf auto
|
|
99
|
-
```
|
|
100
127
|
|
|
101
|
-
|
|
128
|
+
# Check your score
|
|
129
|
+
faf score --details
|
|
102
130
|
|
|
103
|
-
|
|
131
|
+
# Fix any issues
|
|
132
|
+
faf doctor
|
|
104
133
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
faf auto # Smart .faf generation with instant scoring
|
|
108
|
-
faf score --details # See your AI-readiness percentage
|
|
109
|
-
faf trust # View trust dashboard & achievements
|
|
134
|
+
# Optimize scoring
|
|
135
|
+
faf enhance
|
|
110
136
|
```
|
|
111
|
-
[๐ฆ NPM Package](https://npmjs.com/@faf/cli) โข [๐ CLI Docs](./cli/README.md)
|
|
112
|
-
|
|
113
|
-
### 2. **Chrome Extension** - Browser Magic
|
|
114
|
-
Extract context from any web-based IDE or platform:
|
|
115
|
-
- GitHub/GitLab/Bitbucket
|
|
116
|
-
- Replit/CodeSandbox/StackBlitz
|
|
117
|
-
- VS Code Web/Codespaces
|
|
118
|
-
- 15+ platforms supported
|
|
119
|
-
|
|
120
|
-
[๐ฏ Install Extension](https://chrome.google.com/webstore) โข [๐ Extension Docs](./chrome-extension/README.md)
|
|
121
|
-
|
|
122
|
-
### 3. **MCP Server** - Claude Desktop Integration
|
|
123
|
-
```json
|
|
124
|
-
{
|
|
125
|
-
"mcpServers": {
|
|
126
|
-
"faf": {
|
|
127
|
-
"command": "npx",
|
|
128
|
-
"args": ["@faf/mcp-server"]
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
```
|
|
133
|
-
[๐ฆ NPM Package](https://npmjs.com/@faf/mcp-server) โข [๐ MCP Docs](./claude-faf-mcp/README.md)
|
|
134
|
-
|
|
135
|
-
### 4. **Svelte Engine** - Visual Excellence
|
|
136
|
-
Beautiful web interface with real-time scoring visualization.
|
|
137
|
-
|
|
138
|
-
[๐ Live Demo](https://faf.one) โข [๐ Engine Docs](./faf-svelte-engine/README.md)
|
|
139
137
|
|
|
140
|
-
## ๐
|
|
141
|
-
|
|
142
|
-
| Metric | Before FAF | With FAF | Improvement |
|
|
143
|
-
|--------|------------|----------|-------------|
|
|
144
|
-
| Context Setup | 20 minutes | 3 minutes | **6.7x faster** |
|
|
145
|
-
| AI Understanding | 22% | 99% | **4.5x better** |
|
|
146
|
-
| Processing Time | 3+ seconds | <50ms | **60x faster** |
|
|
147
|
-
| Format Support | Manual | 154+ auto | **โ better** |
|
|
148
|
-
|
|
149
|
-
## ๐๏ธ Repository Structure
|
|
138
|
+
## ๐ Real Metrics
|
|
150
139
|
|
|
151
140
|
```
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
โโโ fafdev-tools/ # Desktop DevOps tools
|
|
159
|
-
โโโ faf-one-deploy/ # Website & deployment
|
|
141
|
+
๐ Status: PRODUCTION
|
|
142
|
+
โโ ๐ Production Ready
|
|
143
|
+
โโ ๐ Performance: <50ms
|
|
144
|
+
โโ ๐ฆ Dependencies: 6 (minimal)
|
|
145
|
+
โโ ๐งช Tests Passed: 100%
|
|
146
|
+
โโ ๐ AI Readiness: 100% target
|
|
160
147
|
```
|
|
161
148
|
|
|
162
|
-
##
|
|
163
|
-
|
|
164
|
-
We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) first.
|
|
149
|
+
## ๐ Development
|
|
165
150
|
|
|
166
|
-
### Development Setup
|
|
167
151
|
```bash
|
|
168
|
-
|
|
152
|
+
# Clone repo
|
|
153
|
+
git clone https://github.com/Wolfe-Jam/faf.git
|
|
169
154
|
cd faf/cli
|
|
155
|
+
|
|
156
|
+
# Install & build
|
|
170
157
|
npm install
|
|
171
|
-
npm
|
|
172
|
-
```
|
|
158
|
+
npm run build
|
|
173
159
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
npm run test # Run all tests
|
|
177
|
-
npm run test:watch # Watch mode
|
|
178
|
-
npm run test:perf # Performance tests
|
|
160
|
+
# Test
|
|
161
|
+
npm test
|
|
179
162
|
```
|
|
180
163
|
|
|
181
|
-
##
|
|
182
|
-
|
|
183
|
-
**Production Dependencies (6 only!):**
|
|
184
|
-
1. `@faf/engine` (local) - Our core engine
|
|
185
|
-
2. `chalk` (^4.1.2) - Terminal colors
|
|
186
|
-
3. `commander` (^9.5.0) - CLI framework
|
|
187
|
-
4. `glob` (^11.0.3) - File patterns
|
|
188
|
-
5. `inquirer` (^12.9.4) - Interactive prompts
|
|
189
|
-
6. `yaml` (^2.4.1) - The .faf language (YAML & ๐ noodles)
|
|
190
|
-
|
|
191
|
-
**โ
Cleanup Complete:**
|
|
192
|
-
- Removed `openai` - Not used
|
|
193
|
-
- Removed `enquirer` - Duplicate
|
|
194
|
-
- Moved `@types/inquirer` to devDependencies
|
|
195
|
-
- **33% reduction achieved!** (9 โ 6 dependencies)
|
|
196
|
-
|
|
197
|
-
## ๐๏ธ F1-Inspired Philosophy
|
|
198
|
-
|
|
199
|
-
We build software like F1 teams build race cars:
|
|
200
|
-
- **Performance Mad** - <50ms or it's too slow
|
|
201
|
-
- **Zero Errors** - Perfection is the standard
|
|
202
|
-
- **Championship Grade** - 85%+ scores minimum
|
|
203
|
-
- **Premium Quality** - AMG Mercedes, not Honda Civic
|
|
204
|
-
|
|
205
|
-
## ๐ Roadmap
|
|
206
|
-
|
|
207
|
-
- [x] CLI Tool (NPM Published)
|
|
208
|
-
- [x] Chrome Extension (Live in Store)
|
|
209
|
-
- [x] MCP Server (Claude Ready)
|
|
210
|
-
- [x] Web Engine (Production)
|
|
211
|
-
- [ ] VS Code Extension (Q1 2025)
|
|
212
|
-
- [ ] Desktop App (Q1 2025)
|
|
213
|
-
- [ ] Team Features (Q2 2025)
|
|
214
|
-
- [ ] Enterprise SSO (Q2 2025)
|
|
215
|
-
|
|
216
|
-
## ๐ฏ Use Cases
|
|
164
|
+
## ๐ Requirements
|
|
217
165
|
|
|
218
|
-
|
|
219
|
-
-
|
|
220
|
-
-
|
|
221
|
-
- 6.7x faster AI interactions
|
|
222
|
-
|
|
223
|
-
### For Teams
|
|
224
|
-
- Shared context across team
|
|
225
|
-
- Onboard new devs instantly
|
|
226
|
-
- Consistent AI assistance
|
|
227
|
-
|
|
228
|
-
### For Enterprises
|
|
229
|
-
- Standardized AI context
|
|
230
|
-
- Security-first approach
|
|
231
|
-
- Measurable productivity gains
|
|
232
|
-
|
|
233
|
-
## ๐ Documentation
|
|
234
|
-
|
|
235
|
-
- [Getting Started Guide](https://faf.one/docs)
|
|
236
|
-
- [Format Specification](./docs/SPECIFICATION.md)
|
|
237
|
-
- [API Reference](./docs/API.md)
|
|
238
|
-
- [Examples](./examples/)
|
|
239
|
-
|
|
240
|
-
## ๐ Awards & Recognition
|
|
166
|
+
- Node.js 18+
|
|
167
|
+
- macOS, Linux, or Windows
|
|
168
|
+
- Any AI tool (Claude, ChatGPT, Gemini, etc.)
|
|
241
169
|
|
|
242
|
-
|
|
243
|
-
- โญ **9.3/10 AI Rating** - Highest in category
|
|
244
|
-
- ๐ **ProductHunt** - Coming soon
|
|
245
|
-
- ๐ฐ **Press Coverage** - [View Press Kit](https://faf.one/press)
|
|
170
|
+
## ๐ Links
|
|
246
171
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
-
|
|
250
|
-
-
|
|
251
|
-
-
|
|
252
|
-
- ๐ Docs: [faf.one/docs](https://faf.one/docs)
|
|
172
|
+
- **NPM**: [faf-cli](https://www.npmjs.com/package/faf-cli)
|
|
173
|
+
- **Website**: [faf.one](https://faf.one)
|
|
174
|
+
- **GitHub**: [Wolfe-Jam/faf](https://github.com/Wolfe-Jam/faf)
|
|
175
|
+
- **Community**: [Join Discussions](https://github.com/Wolfe-Jam/faf/discussions)
|
|
176
|
+
- **Support**: support@faf.one
|
|
253
177
|
|
|
254
178
|
## ๐ License
|
|
255
179
|
|
|
256
180
|
MIT License - see [LICENSE](LICENSE) file for details.
|
|
257
181
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
Built with thousands of hours of expert development. From the creators of `.iff` (Commodore Amiga) to `.faf` - 4 decades of format expertise.
|
|
182
|
+
**Note**: The .faf-Engine(s) are proprietary and available under license.
|
|
261
183
|
|
|
262
184
|
---
|
|
263
185
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
### **Stop Faffing About. Start Shipping.**
|
|
186
|
+
## โก๏ธ๐ฅ The Complete FAF Ecosystem
|
|
267
187
|
|
|
268
|
-
[
|
|
188
|
+
[๐ฉต Cyan CLI](https://npmjs.com/package/faf-cli) โข [๐งก Orange Smiley MCP](https://npmjs.com/package/claude-faf-mcp) โข [๐ WEB](https://faf.one) โข [๐งฐ DevOps](https://fafdev.tools) โข [๐ฅ๏ธ Chrome](https://chromewebstore.google.com/detail/lnecebepmpjpilldfmndnaofbfjkjlkm)
|
|
269
189
|
|
|
270
|
-
|
|
190
|
+
**๐๏ธโก๏ธ FAST AF - The JPEG for AIโข**
|
|
271
191
|
|
|
272
|
-
|
|
192
|
+
---
|
|
273
193
|
|
|
274
|
-
|
|
194
|
+
**Made with ๐งก by wolfejam** | **2000+ Weekly Downloads** | **Growing Community** ๐
|
|
275
195
|
|
|
276
|
-
|
|
196
|
+
**100% FREE Forever** โข **No Strings Attached** โข **Just Build Faster with AI**
|
package/dist/cli.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA8yCpC,OAAO,EAAE,OAAO,EAAE,CAAC"}
|