Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

thebuilder

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thebuilder

a tool for building projects

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

thebuilder

This is a command-line tool for building projects that use git, cmake, and ninja. It requires the use of these three build tools:

* The project must use `git` for its source code control system.
* The project must use `CMake` to specify the projects components and build targets.
* The project must use `Ninja` for running builds. It certainly could be possible to
  add an option to `Make` instead, but we choose not to.

The primary use case is C/C++ projects that need multiple build configurations. The the tool doesn't require the use of C/C++, but it seems unlikely that it will ever be used for anything else.

More info TBD.

Keywords

thebuilder

FAQs

Package last updated on 22 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts