UNPKG

reactist

Version:

A Command Line Interface tool that automate workflow when your working with React.js project

2 lines 92 B
const client = require.context('../src', true, /-test\.js$/); client.keys().forEach(client);