Skip to content

Commit

Permalink
feat(cli): init command
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Sep 5, 2024
1 parent ec31653 commit c4c57f5
Show file tree
Hide file tree
Showing 15 changed files with 569 additions and 13 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand All @@ -18,4 +14,4 @@ Cargo.lock
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### Unreleased

- feat(config): json schema [`#5`](https://github.com/autoi18n/cli/pull/5)
- feat: setup config [`#4`](https://github.com/autoi18n/cli/pull/4)
- chore: setup dependabot [`#3`](https://github.com/autoi18n/cli/pull/3)
- chore: validation workflow [`#2`](https://github.com/autoi18n/cli/pull/2)
- build: setup publishing [`#1`](https://github.com/autoi18n/cli/pull/1)
- chore: setup workspace [`11b6f6c`](https://github.com/autoi18n/cli/commit/11b6f6c749b6ff69b7cf84a9131c05be73bde525)
- feat: setup config crate [`e89b17f`](https://github.com/autoi18n/cli/commit/e89b17fa9c6c04215ab21b04f6e967d726957552)
- Initial commit [`d96cebc`](https://github.com/autoi18n/cli/commit/d96cebc79c1f5243aa1ed05b2e68aaf5e380c61a)
Loading

0 comments on commit c4c57f5

Please sign in to comment.