Skip to content

comavius/unfoldcpp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unfoldcpp-CLI

日本語版

Getting started with Unfoldcpp-CLI

This is a cli-application providing function like g++ -E. However, unfoldcpp only gathers included files with quotation marks like #include "hoge.h" recursively.

If you want to use, please follow this instructions.

  1. Clone this repository
    git clone [email protected]:comavius/unfoldcpp-cli.git
  2. Build golang project
    cd /path/to/cloned/repo
    make
  3. Add /path/to/here to PATH or mv executable to directory you like.
  4. Check if unfoldcpp is installed successfully.
    unfoldcpp help

Usage

unfoldcpp unfold /path/to/main.cpp > path/to/unfolded.cpp

About

CLI application for github.com/comavius/unfoldcpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published