https://github.com/hackuarium/grbl-cnc
https://github.com/hackuarium/grbl-cnc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackuarium/grbl-cnc
- Owner: Hackuarium
- License: mit
- Created: 2023-03-07T07:51:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T08:11:43.000Z (over 3 years ago)
- Last Synced: 2025-03-06T14:53:25.739Z (over 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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