Metadata-Version: 2.4
Name: ossplate
Version: 0.1.6
Summary: Build one project, ship it everywhere.
Project-URL: Homepage, https://github.com/stefdevscore/ossplate
Project-URL: Repository, https://github.com/stefdevscore/ossplate
Author-email: Stef <stefdevscore@github.com>
License: Unlicense
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Ossplate

<p align="center">
  <img src="https://raw.githubusercontent.com/stefdevscore/ossplate/dev/assets/illustrations/chestplate.svg" alt="Ossplate armor" width="320">
</p>

`ossplate` helps you start and maintain a project that ships the same CLI through Rust, npm, and PyPI.

Use it to:

- create a new scaffolded project
- initialize an existing directory
- validate project identity and metadata
- keep owned files in sync

Common commands:

```bash
ossplate version
ossplate create <target>
ossplate init --path <dir>
ossplate validate
ossplate sync --check
```

Learn more:

- [Main documentation](../docs/README.md)
- [Testing guide](../docs/testing.md)
- [Architecture](../docs/architecture.md)
