8000 feat(core): add projectName to config · NativeScript/NativeScript@1e5e52c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e5e52c

Browse files
committed
feat(core): add projectName to config
1 parent 1372d15 commit 1e5e52c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/core/config/config.interface.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ export interface NativeScriptConfig {
196196
shared?: boolean;
197197
previewAppSchema?: string;
198198
overridePods?: string;
199+
/**
200+
* Custom platform project name.
201+
* By default, the platforms/{platform}/{name} is based on the basename of the project directory.
202+
* You can override that to use a name of your choice by setting this.
203+
*/
204+
projectName?: string;
199205
/**
200206
* Custom webpack config path
201207
* The default is `webpack.config.js` in the root however you can use a custom name and place elsewhere.

0 commit comments

Comments
 (0)
0