UNPKG

pruno-cli

Version:

A CLI tool for scaffolding projects that use the pruno build tool and a generator for creating components.

14 lines (11 loc) 220 B
import flux from "../flux"; class AppActionCreators { constructor() { this.generateActions( 'toggle', 'activate', 'deactivate' ); } } export default flux.createActions(AppActionCreators);