Skip to content

Releases: AthennaIO/Cli

1.0.7

12 May 17:14
ec108f6
Compare
Choose a tag to compare
  • ec108f6 Merge pull request #7 from AthennaIO/develop
  • 1bfb46a fix(cli): set node executable and dirname

1.0.6

12 May 17:02
1db6642
Compare
Choose a tag to compare
  • 1db6642 Merge pull request #6 from AthennaIO/develop
  • 62ef997 fix(cli): instantiate cli

1.0.5

08 May 11:47
cee4fa8
Compare
Choose a tag to compare
  • cee4fa8 Merge pull request #5 from AthennaIO/develop
  • cc8da8d chore(npm): set coverage to 50
  • aa13fef feat(esm): move to esm

1.0.4

21 Apr 00:31
0195cec
Compare
Choose a tag to compare
  • 0195cec Merge pull request #4 from AthennaIO/develop
  • 6c41bfd chore: run start command instead of artisan

1.0.3

20 Apr 17:48
db7aad6
Compare
Choose a tag to compare
  • db7aad6 Merge pull request #3 from AthennaIO/develop
  • 1ed7e50 feat: add CLI project type to New command

1.0.2

19 Apr 23:38
7dc08ac
Compare
Choose a tag to compare
  • 7dc08ac Merge pull request #2 from AthennaIO/develop
  • a45ed40 chore: remove eslint script
  • 206e26d refactor: remove make commands from cli and move to artisan
  • b3b8625 feat: update dependencies
  • ebe598a feat: generate .env.test file with .env
  • 203c439 feat: update logger and utils
  • a21c4b9 feat: update logger and utils
  • 380c9e5 feat: update logger and utils
  • fc309bf feat: clone scaffold from http branch
  • 54f267e fix: remove implements from js middleware template
  • 36af839 feat: add service and provider ejs templates
  • a3e54f0 feat: add middleware command and lint option
  • ce2fd6c feat: update @athenna/logger and tests
  • b3f22fe feat: show help when error occurs
  • 4e5c04e fix: remove italic from log
  • f99a538 feat: add support for multiple chalk commands on log engine
  • 4293d37 feat: add dots to commands
  • 85afae5 feat: create engine to add colors in logs string
  • 965a060 feat: add make:controller command
  • 6700d06 feat: add controller template

1.0.1

03 Apr 15:42
fdeee49
Compare
Choose a tag to compare
  • fdeee49 Merge pull request #1 from AthennaIO/develop
  • eedc0c6 fix: add templates folder to files array in pkg.json

1.0.0

03 Apr 15:37
Compare
Choose a tag to compare
  • 358ccf1 feat: change command from athenna new:project to new
  • fd9af16 test: add type option in test
  • 19bd375 feat: add type option in cli
  • 51d3e7f style: remove logs from exec catch
  • 4ba4f4a fix: remove mv command verify
  • a881859 fix: remove cd command from move command
  • 1ad1356 fix: test some logs on windows
  • ae530ac fix: verify separator to change mv to move for windows so
  • 5c478e0 fix: add more time in test timeout for windows
  • 792950b fix: add sep for windows so
  • 1d45506 feat: update logs in new:project command
  • 824bc24 feat: create new command
  • 7b41254 initial commit
  • c9ab650 Initial commit