Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamiebuilds/naw

Your very own containerized build system!
https://github.com/jamiebuilds/naw

Last synced: about 2 months ago
JSON representation

Your very own containerized build system!

Awesome Lists containing this project

README

        

# `naw`

> Your very own containerized build system!

- Want your build tools to run the exact same way locally as they do in CI?
- Want to have a test suite for your build tools themselves?
- Want to reduce the number of build tool dependencies that need to be installed locally?
- Well `naw` is here to help!

## Install

```sh
npm i -g naw
```

## CLI

```txt
Usage
$ naw
$ naw --init Create a new naw project.
$ naw Run
$ naw --build/-b Build
$ naw --test/-t Test
$ naw --debug/-d Debug
$ naw --debug --test Debug tests
$ naw --build --debug Build+Debug
```