Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Init command #51

Merged
merged 19 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'npm'

- name: 💽 Install deps
run: npm install
run: npm ci

- name: 🧪 Coverage Tests
run: npm run test:coverage
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@
/build
/lib
/coverage

/.clingon

lcov.info

.env
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"printWidth": 80,
"trailingComma": "none"
}
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<p align="center">
<img
src="https://raw.githubusercontent.com/ipetinate/clingon/main/doc/img/clingon.svg"
alt="Clingon CLI logo" width="256" style="display: block; margin: 0 auto;"
/>
<a href="https://clingon.dev">
<img
src="https://raw.githubusercontent.com/ipetinate/clingon/main/doc/img/clingon.svg"
alt="Clingon CLI logo" width="256" style="display: block; margin: 0 auto;"
/>
</a>
</p>

[![Build CI](https://github.com/ipetinate/clingon/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/ipetinate/clingon/actions/workflows/node.js.yml)
Expand All @@ -27,7 +29,10 @@ Let's simplify all of this, execute a command, answer some questions, or select

## Links

- Official website: [clingon.dev](https://clingon.dev)
<p align="center" style="font-size: 20px;">
<a href="https://clingon.dev">🔗 Official website 🔗</a>
</p>

- Releases
- [CHANGELOG](https://github.com/ipetinate/clingon/blob/main/CHANGELOG.md)
- Documentation
Expand Down
1 change: 0 additions & 1 deletion clingon.json

This file was deleted.

Loading
Loading