Skip to content

Commit 5a1bfbb

Browse files
committed
doc: update
1 parent f609011 commit 5a1bfbb

4 files changed

Lines changed: 49 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[package]
2-
name = "cimengine-build-tools"
2+
name = "cimengine"
33
version = "2.0.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
6+
authors = ["artegoser"]
7+
license = "MIT"
8+
description = "Country info map engine build tools"
9+
repository = "https://github.com/CIMEngine/cimengine"
10+
readme = "./README.md"
11+
keywords = ["geo", "geospatial", "build", "tools", "cli"]
12+
categories = ["command-line-utilities"]
713

814
[dependencies]
915
clap = { version = "4.5.4", features = ["derive"] }

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Artemy "artegoser" Egorov
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1-
This is new version. WIP rewriting on rust.
1+
# CIMEngine build tools
2+
3+
## Installation
4+
5+
```bash
6+
cargo install cimengine
7+
```
8+
9+
or check releases
10+
11+
## Usage
12+
13+
CLI well-documented, use help command
14+
15+
```bash
16+
cimengine -h
17+
```
18+
19+
## Old
220

321
To see the old version, goto [old-branch](https://github.com/CIMEngine/cimengine-build-tools/tree/old-js)

0 commit comments

Comments
 (0)