sourcelair/env-spec-py

Implement syntax for comments

Closed this issue · 1 comments

Example

Input

# This line will be ignored
ADMIN_EMAIL: email  # This email will be notified for occurring errors 

Output

<label for=“env_spec_admin_email”>ADMIN_EMAIL</label>
<input id=“env_spec_admin_email” name=“admin_email” type=“email” />
<small>This email will be notified for occurring errors </small>

Link