Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pateketrueke/nahual
Run your acceptance tests with Yadda/Nightwatch
https://github.com/pateketrueke/nahual
Last synced: 10 days ago
JSON representation
Run your acceptance tests with Yadda/Nightwatch
- Host: GitHub
- URL: https://github.com/pateketrueke/nahual
- Owner: pateketrueke
- Created: 2015-06-19T22:06:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T06:00:26.000Z (over 7 years ago)
- Last Synced: 2024-10-29T11:24:26.280Z (about 2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nahual
[![Build Status](https://travis-ci.org/pateketrueke/nahual.png?branch=master)](https://travis-ci.org/pateketrueke/nahual) [![NPM version](https://badge.fury.io/js/nahual.png)](http://badge.fury.io/js/nahual) [![Coverage Status](https://coveralls.io/repos/pateketrueke/nahual/badge.png?branch=master)](https://coveralls.io/r/pateketrueke/nahual?branch=master)
![nagual](nagual.jpg)
```
$ npm install -g nahual
```**Nahual** will glue [y2nw](https://github.com/tacoss/y2nw) and [nwrun](https://github.com/tacoss/nwrun) for you.
You can install `nahual` locally as library or globally as CLI:
```bash
$ npm install [-g] nahual
```## Library usage
`nahual(argv, options, callback)`
The `argv` are for the `nwrun` process.
Remaining `options` are for the `y2nw` setup.
The `callback` will be invoked as `nwrun` result.
## CLI usage
`$ nahual [src] [dest] [OPTIONS]`
If the `src` is not provided then `./test` will be used.
If the `dest` is not provided then `./generated` will be used.