All Projects → imgcook → imgcook-cli

imgcook / imgcook-cli

Licence: MIT license
Using Imgcook force in your terminal

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to imgcook-cli

designto-code
Design to code engine. A design ✌️ code standard. Supports React, Flutter and more.
Stars: ✭ 87 (+61.11%)
Mutual labels:  design-to-code
vscode
Builder.io for VSCode - turn designs into code!
Stars: ✭ 139 (+157.41%)
Mutual labels:  design-to-code
Figma-to-HTML
Figma to HTML/React and truly responsive
Stars: ✭ 27 (-50%)
Mutual labels:  design-to-code

imgcook-cli

GitHub license GitHub tag Build Status npm dm GitHub repo size

imgcook-cli can combine the capabilities of Plugin to place the code products generated by the imgcook platform into your local project project, and seamlessly integrate into your development process. Upload pictures to your own bed, file directory conversion, etc.), imgcook-cli is a very good choice for you.

Getting Started

Install

The imgcook-cli installation depends on Node.js and NPM. It is recommended to use Node.js version 9.x

# npm
npm install -g @imgcook/cli
# yarn
yarn global add @imgcook/cli

Use

Common command

imgcook config

User settings configuration, default initialization generates official configuration

# Setting config
imgcook config set

#  View config
imgcook config ls

# Open configuration file directly
imgcook config edit

DSL config: React D2C Schema:41 Vue 开发规范:29 微信小程序开发规范:21 React 开发规范:12 H5 标准开发规范:5 Rax 标准开发规范:1

Get accessId :Official website top right corner avatar -> Personal page -> Top left Icon

imgcook pull

Pull module code

# Pull a module code to a local path
imgcook pull <moduleId> --path <path>
# Example
imgcook pull 17108 --path mod

imgcook install

Plugins required to install imgcook-cli

# Install all configured plugins by default
imgcook install

# Install the specified plugin
imgcook install plugin --name <value>

# Example
imgcook install plugin --name @imgcook/plugin-images

Options

imgcook --version

Display version information

imgcook --version
imgcook -v

imgcook --help

Show command usage help

imgcook --help
imgcook -h

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].