chermehdi / skimo

A cpp file inliner, replace relative include statements with their actual code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Releases??

Spidy104 opened this issue · comments

Why aren't there any releases, do we have to build this project...

This is a library, i.e you can depend on it in your go project with a simple import statement

import "github.com/chermehdi/skimo"

func test() {
  skimo.NewInliner(...)
}