Skip to content

Commit

Permalink
Initial Implementation (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Oct 30, 2021
1 parent a37f1a0 commit a428d26
Show file tree
Hide file tree
Showing 201 changed files with 12,718 additions and 83 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/athena.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Athena

on:
pull_request:
branches:
- 'master'
schedule:
- cron: '37 0 * * *' # Nightly at 00:37

jobs:
CI:
uses: athena-framework/actions/.github/workflows/ci.yml@master
44 changes: 0 additions & 44 deletions .github/workflows/ci.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/deployment.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 George Dietrich
Copyright (c) 2021 George Dietrich

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ dependencies:

## Documentation

Everything is documented in the [API Docs](https://athena-framework.github.io/console/Athena/Console.html).
If using the component on its own, checkout the [API documentation](https://athenaframework.org/Console).
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/components/console).

## Contributing

Expand Down
9 changes: 6 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: athena-console

version: 0.1.0

crystal: 0.35.0
crystal: '>= 0.35.0'

license: MIT

repository: https://github.com/athena-framework/console

documentation: https://athena-framework.github.io/console/Athena/Console.html
documentation: https://athenaframework.org/Console

Allows the creation of CLI based commands.: |
Allows the creation of CLI based commands.
Expand All @@ -19,4 +19,7 @@ authors:
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.13.0
version: ~> 0.14.0
athena-spec:
github: athena-framework/spec
version: ~> 0.2.3
Loading

0 comments on commit a428d26

Please sign in to comment.