accelerator-tool-cli
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -5,2 +5,5 @@ import { | ||
import { | ||
registerPartials, | ||
} from './registerPartials'; | ||
import { | ||
renameCodeWorkspace, | ||
@@ -12,4 +15,4 @@ } from './renameCodeWorkspace'; | ||
import { | ||
rewriteIndexHtml, | ||
} from './rewriteIndexHtml'; | ||
rewriteIndexHbs, | ||
} from './rewriteIndexHbs'; | ||
import { | ||
@@ -25,2 +28,3 @@ rewritePackageJson, | ||
await registerPartials(directory); | ||
const config = await rewriteConfig(directory, name, coreVersion); | ||
@@ -30,3 +34,3 @@ | ||
renameCodeWorkspace(directory, name), | ||
rewriteIndexHtml(directory, config, name), | ||
rewriteIndexHbs(directory, config, name), | ||
rewritePackageJson(directory, name), | ||
@@ -33,0 +37,0 @@ rewriteTslint(directory), |
{ | ||
"name": "accelerator-tool-cli", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "All the code for the Accelerator devtool. Generally invoked by accelerator-tool or xlr8r.", | ||
@@ -5,0 +5,0 @@ "author": "furkle", |
65365
44
1051
19