MCPcopy Create free account
hub / github.com/cloudle/ruui / rnCliModule

Function rnCliModule

cli-local/init.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const chalk = require('chalk');
4const templateExclustions = ['dependencies.json', 'devDependencies.json', ];
5const rnCliModule = ext => path.resolve(process.cwd(), 'node_modules', 'react-native', 'local-cli', ext);
6const ruuiCliModule = ext => path.resolve(process.cwd(), 'node_modules', 'react-universal-ui', 'cli-local', ext);
7const isDirectory = source => fs.lstatSync(source).isDirectory();
8

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected