Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devnote-dev/marker
https://github.com/devnote-dev/marker
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devnote-dev/marker
- Owner: devnote-dev
- License: mpl-2.0
- Created: 2023-03-30T02:18:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:12:30.000Z (about 2 months ago)
- Last Synced: 2024-09-18T00:30:13.431Z (about 2 months ago)
- Language: Crystal
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marker
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
marker:
github: devnote-dev/marker
```2. Run `shards install`
## Usage
```crystal
require "marker"
```TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Devonte W](https://github.com/devnote-dev) - creator and maintainer
This repository is managed under the Mozilla Public License v2.
© 2023 devnote-dev