UNPKG

nextdevkit

Version:

A Comprehensive CLI Toolkit for Next.js Development

23 lines (22 loc) 441 B
const files = [ { command: 'useAxios', name: 'useAxios', destinationFolder: 'hooks', type: 'hooks', dependencies: ['axios'] }, { command: 'isString', name: 'isString', destinationFolder: 'lib', type: 'lib' }, { command: 'isEmpty', name: 'isEmpty', destinationFolder: 'lib', type: 'lib' } ]; export default files;