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

https://github.com/kaliberjs/build

Zero configuration, modern, opinionated build tools
https://github.com/kaliberjs/build

build-tool opinionated react scaffold webpack4

Last synced: about 1 month ago
JSON representation

Zero configuration, modern, opinionated build tools

Awesome Lists containing this project

README

          

## [Documention](https://kaliberjs.github.io/build/)

https://kaliberjs.github.io/build/

## Publish

To publish a new version:

```
>> cd library

>> yarn publish

>> git push

>> git push --tags
```

To deploy the documentation:

```
>> cd docs

>> yarn deploy
```