0.1.0 • Published 4 years ago

scrivano v0.1.0

Weekly downloads
4
License
Hippocratic-2.1
Repository
github
Last release
4 years ago

Scrivano is a meta-build system designed to keep every part of your project in sync, from README to documentation to build configurations.

Installation

Using npm:

npm install --save-dev scrivano

Usage

Create template files in a meta directory at the root of your project, with corresponding variables under a "meta" object in package.json:

{
  "meta": {
    "foo": "bar"
  }
}

You can use a precommit hook in a package like standard-version to automatically compile templated files at release.

{
  "standard-version": {
    "scripts": {
      "precommit": "draft"
    }
  }
}

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

Scrivano is licensed under the Hippocratic License version 2.1.

0.1.0

4 years ago