npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@imgcook/cli

v0.2.2

Published

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/imgcook/imgcook-cli/blob/master/LICENSE) [![GitHub tag](https://img.shields.io/github/tag/imgcook/imgcook-cli.svg)]() [![Build Status](https://travis-ci.org/imgcook/

Downloads

67

Readme

imgcook-cli

GitHub license GitHub tag Build Status

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