react-native-template-team-isl
Version:
Boilarplate by team-isl!
13 lines (10 loc) • 383 B
JavaScript
module.exports = {
// Placeholder used to rename and replace in files
// package.json, index.json, android/, ios/
placeholderName: "AwesomeProject",
titlePlaceholder: 'React-Native boilerplate by ISL!',
// Directory with template
templateDir: "./AwesomeProject",
// Path to script, which will be executed after init
postInitScript: "./script.js"
};