Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcage/gitpod_playground
Test environment for gitpod with crystal language.
https://github.com/arcage/gitpod_playground
Last synced: about 1 month ago
JSON representation
Test environment for gitpod with crystal language.
- Host: GitHub
- URL: https://github.com/arcage/gitpod_playground
- Owner: arcage
- License: mit
- Created: 2020-01-23T00:41:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T01:11:06.000Z (almost 5 years ago)
- Last Synced: 2024-10-25T01:36:41.965Z (3 months ago)
- Language: Crystal
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitpod_playground
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
gitpod_playground:
github: your-github-user/gitpod_playground
```2. Run `shards install`
## Usage
```crystal
require "gitpod_playground"
```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
- [ʕ·ᴥ·ʔAKJ](https://github.com/your-github-user) - creator and maintainer