@esy-ocaml/substs

0.0.1 • Public • Published

substs

Replace a varaiable in a file to environment variable.

For example, if we have a file META.in:

version = "%{version}%"
...

env version=0.0.6 substs META.in will produce a file META:

version = "0.0.6"
...

Readme

Keywords

none

Package Sidebar

Install

npm i @esy-ocaml/substs

Weekly Downloads

466

Version

0.0.1

License

none

Last publish

Collaborators

  • esy-ocaml-admin
  • andreypopp