šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

anka

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anka

WeChat miniprogram helper

0.1.0
latest
Source
npm
Version published
Weekly downloads
1
-88.89%
Maintainers
1
Weekly downloads
Ā 
Created
Source

WeChat miniprogram helper

Install

  npm install anka -g

Usage

  Usage: anka [options] [command]

  Options:

    -v, --version                   output the version number
    -h, --help                      output usage information

  Commands:

    init                            initialize WeChat miniprogram project
    page [page-name]                initialize WeChat miniprogram page
    component [component-name]      initialize WeChat miniprogram component
    add [options] [component-name]  page that is going to register component
    rm [options] [component-name]   remove component from page

Config

  // wxApp/anka.config.json

  {
      "components": "./components",
      "pages": "./pages"
  }

FAQs

Package last updated on 17 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts