UNPKG
unexample
Version:
latest (1.0.0)
1.0.0
convert .env.example to .env (and some)
github.com/rootindex/unexample
rootindex/unexample
unexample
/
src
/
unexample.ts
11 lines
(8 loc)
•
158 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
ExampleCopy
from
'./examplecopy'
import
{
input
, output, force, silent }
from
'./argv'
new ExampleCopy(
input
, output, force, silent)