importsort-d

Sort and format imports in DLang
Log | Files | Refs | README

commit 4c9acf9aa176180a95aed58e0e7e3016553a7fc1
parent 8c907f39c3057de64423bc7c59f71ef5ce3c2c0a
Author: Friedel Schön <[email protected]>
Date:   Mon, 24 Oct 2022 13:04:18 +0200

merging checkout.md into index.md

Diffstat:
M_config.yml | 4+++-
M_layouts/default.html | 8+++-----
Dadd-to-editor.md | 2--
Dchangelog.md | 18------------------
Adocs/tips-tricks.md | 2++
Mindex.md | 33++++++++++++++++++++++++++++++---
6 files changed, 38 insertions(+), 29 deletions(-)

diff --git a/_config.yml b/_config.yml @@ -1,10 +1,12 @@ +# The page configuation for Jekyll (GitHub Pages) + remote_theme: pages-themes/[email protected] plugins: - jekyll-remote-theme show_downloads: true -description: "" logo: /assets/importsort-d.png +dub_url: https://code.dlang.org/packages/importsort-d/ github: zip_url: https://github.com/friedelschoen/importsort-d/zipball/master tar_url: https://github.com/friedelschoen/importsort-d/tarball/master diff --git a/_layouts/default.html b/_layouts/default.html @@ -55,20 +55,18 @@ <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li> <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li> <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li> - <li><a href="https://code.dlang.org/packages/importsort-d/">View On <strong>DUB.pm</strong></a></li> + <li><a href="{{ site.dub_url }}">View On <strong>DUB.pm</strong></a></li> </ul> {% endif %} - <ul> + <!--<ul> <li><a href='https://importsort-d.dpldocs.info/'>Documentation</a></li> <li><a href='changelog'>Changelog</a></li> <li><a href='add-to-editor'>Add to your Editor</a></li> - </ul> + </ul>--> </header> <section> - {{ content }} - </section> <footer> {% if site.github.is_project_page %} diff --git a/add-to-editor.md b/add-to-editor.md @@ -1 +0,0 @@ -# Comming Soon! -\ No newline at end of file diff --git a/changelog.md b/changelog.md @@ -1,18 +0,0 @@ -# Changelog - -## `v0.1.0` -- the very first version -- not a lot is implemented - -## `v0.2.0` -- added `--recursive` (see above) -- option `--keep` becomes disabling formatting -- option `--inline` doen't copy the original but creates a `*.new` and renames it afterwards -- option `--original` becomes `--binding` and sorts by original by default -- refactoring code - -## `v0.3.0` -- added `--merge` (see above) - -## `v0.3.1` -- added documentation for contributers (or people who wan't to see my code) diff --git a/docs/tips-tricks.md b/docs/tips-tricks.md @@ -0,0 +1 @@ +# Coming soon +\ No newline at end of file diff --git a/index.md b/index.md @@ -33,7 +33,7 @@ This won't install the command globally, you always have to run `dub run imports ## Usage ``` -$ importsort-d [-h] [-v] [-r] [-i] [-o <out>] [-k] [-a] [-r] <input...> +$ importsort-d [-h] [-v] [-r] [-m] [-i] [-o <out>] [-k] [-a] [-r] <input...> ``` `input` may be omitted or set to `-` to read from STDIN @@ -51,7 +51,15 @@ $ importsort-d [-h] [-v] [-r] [-i] [-o <out>] [-k] [-a] [-r] <input...> | `-i, --inline` | changes the input | | `-o, --output <path>` | writes to `path` rather then writing to STDOUT | -## TODO's +## Documentation + +Look at the documentation on [`dpldocs.info`](https://importsort-d.dpldocs.info/), if you want to use this project in code. + +## FAQ + +For example, how to add `importsort-d` to Visual Studio Code and other: [go here](/docs/tips-tricks) + +## ToDo's - [x] recursive searching (`v0.2.0`) - [x] merge imports (`v0.3.0`) @@ -62,10 +70,29 @@ $ importsort-d [-h] [-v] [-r] [-i] [-o <out>] [-k] [-a] [-r] <input...> > you got some ideas? Issue them! +## Changelog + +### `v0.1.0` +- the very first version +- not a lot is implemented + +### `v0.2.0` +- added `--recursive` (see above) +- option `--keep` becomes disabling formatting +- option `--inline` doen't copy the original but creates a `*.new` and renames it afterwards +- option `--original` becomes `--binding` and sorts by original by default +- refactoring code + +### `v0.3.0` +- added `--merge` (see above) + +### `v0.3.1` +- added documentation for contributers (or people who wan't to see my code) + ## License This whole project is licensed under the beautiful terms of the `zlib-license`. -Further information [here](LICENSE) +Further information [here](LICENSE). > made with love and a lot of cat memes \ No newline at end of file