@smake/fmt
TypeScript icon, indicating that this package has built-in type declarations

2.2.2 • Public • Published

SMake C++ lib fmt

fmt v9.1.0

const { LLVM } = require('@smake/llvm');
const { vscode } = require('@smake/llvm-vscode');
const { LibFmt } = require('@smake/fmt');

const target = 'aarch64-apple-darwin';
const fmt = new LibFmt(target);
const test = new LLVM('test', target);
test.files = ['src/test.cc'];
LibFmt.config(test);
vscode(test);

module.exports = [fmt, test];

Package Sidebar

Install

npm i @smake/fmt

Weekly Downloads

1

Version

2.2.2

License

MIT

Unpacked Size

598 kB

Total Files

24

Last publish

Collaborators

  • kuyoonjo