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

https://github.com/hackuarium/grbl-cnc


https://github.com/hackuarium/grbl-cnc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# grbl-cnc

[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]

.

## Installation

`$ npm i grbl-cnc`

## Usage

```js
import { myModule } from 'grbl-cnc';

const result = myModule(args);
// result is ...
```

## License

[MIT](./LICENSE)

[npm-image]: https://img.shields.io/npm/v/grbl-cnc.svg
[npm-url]: https://www.npmjs.com/package/grbl-cnc
[ci-image]: https://github.com/hackuarium/grbl-cnc/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/hackuarium/grbl-cnc/actions?query=workflow%3A%22Node.js+CI%22
[codecov-image]: https://img.shields.io/codecov/c/github/hackuarium/grbl-cnc.svg
[codecov-url]: https://codecov.io/gh/hackuarium/grbl-cnc
[download-image]: https://img.shields.io/npm/dm/grbl-cnc.svg
[download-url]: https://www.npmjs.com/package/grbl-cnc