code-metadata 1.0.0

With the local path of your code repository computes the metada of the projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Danny Vaca <danny270793@gmail.com>"]
categories = ["command-line-utilities"]
description = "With the local path of your code repository computes the metada of the projects\n"
documentation = "https://github.com/danny270793/CodeMetadata"
edition = "2021"
homepage = "https://github.com/danny270793/CodeMetadata"
keywords = ["metadata", "code"]
license = "MIT"
name = "code-metadata"
readme = "readme.md"
repository = "https://github.com/danny270793/CodeMetadata"
version = "1.0.0"