unix-cli
v2.0.12
Published
front-end develp tools
Readme
unix-cli
Front end development tools
feature:
- project devlopment tools
- inclue create project, create page, create components...
- support write plugins 🍻
usage:
install:
npm i unix-cliconfig file create 'unix-cli.config.js' at project root path config items: pagePath: pages path, default is 'src/pages', componentPath: component path, default is 'src/components', templatesPath: template path, default is 'templates', plugins: custom plugins, format is: [[(command)=>{ }]]
create project:
cd myProject unix project myProjectcreate page:
unix page myPagecreate component
unix component myComponentwrite plugin
// to see unix-cli.config.js created by 'nuix init', pleasedo custom command
nuix do myCommand
