UNPKG
unexample
Version:
latest (1.0.0)
1.0.0
convert .env.example to .env (and some)
github.com/rootindex/unexample
rootindex/unexample
unexample
/
bin
/
unexample.js
7 lines
(4 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
'use strict'
; process.
title
=
'unexample'
require
(
'../dist/unexample.js'
);