Skip to content

Commit

Permalink
refactor: remove make commands from cli and move to artisan
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 19, 2022
1 parent b3b8625 commit 206e26d
Show file tree
Hide file tree
Showing 12 changed files with 750 additions and 435 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cli ⌨️

> Template for new projects
> Athenna CLI to create new projects and install components.
[![Git Hubfollowers](https://img.shields.io/github/followers/athennaio.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/athennaio?tab=followers)
[![GitHub stars](https://img.shields.io/github/stars/athennaio/cli.svg?style=social&label=Star&maxAge=2592000)](https://github.com/athennaio/cli/stargazers/)
Expand Down
6 changes: 4 additions & 2 deletions config/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ export default {
|
| Here you may configure the log channels for your application.
|
| Available Drivers: "console", "debug", "file".
| Available Formatters: "cli", "simple", "nest", "json".
| Available Drivers:
| "console", "debug", "discord", "file", "null", "pino", "slack", "telegram".
| Available Formatters:
| "cli", "simple", "nest", "json", "request", "message", "pino-pretty(only for pino driver)".
|
*/

Expand Down
Loading

0 comments on commit 206e26d

Please sign in to comment.