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

Function ruuiCliModule

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

Source from the content-addressed store, hash-verified

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
9const getDirectories = source => fs.readdirSync(source)

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected