UNPKG
js-mvc-app
Version:
latest (1.0.1)
1.0.1
1.0.0
A CLI tool to scaffold complete Node.js MVC projects with TypeScript, just like Laravel
js-mvc-app
/
dist
/
templates
/
extras
/
docker.d.ts
5 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
import
{
ProjectConfig
}
from
'../../types'
;
export
declare
function
getDockerfile
(
config
:
ProjectConfig
):
string
;
export
declare
function
getDockerCompose
(
config
:
ProjectConfig
):
string
;
export
declare
function
getDockerIgnore
(
):
string
;
//# sourceMappingURL=docker.d.ts.map