0.1.0 • Published 5 years ago
scrivano v0.1.0
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 scrivanoUsage
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
5 years ago