UNPKG
template-maker
Version:
latest (1.0.1)
1.0.1
1.0.0
A CLI to generate project templates with alot of options!!
template-maker
/
templates
/
angular
/
angular-temp
/
src
/
environments
/
environment.prod.ts
4 lines
(3 loc)
•
51 B
text/typescript
View Raw
1
2
3
4
export
const
environment = { production:
true
};