New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

glade-ui-parse-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glade-ui-parse-cli

Parse glade ui file and generate initial corresponding code

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

glade-ui-parse-cli

This is a simple cli tool for generating corresponding initial code of glade file.

Install

Install globally with npm:

npm i -g glade-ui-parse-cli

Usage

Once installed globally, simply run glade-ui-parse-cli.

The following are some examples.

# parse main.glade and generate the same named source code. This is the same as next command.
glade-ui-parse-cli -s main.glade

# parse main.glade and generate source code named main.c.
glade-ui-parse-cli -s main.glade -d main.c

# parse main.glade and just print the generated code.
glade-ui-parse-cli -s main.glade -p
command Options

Options: -s | --source Set the source glade ui file.

Options: -d | --destination Set the destination generated code file.

Options: -p | --print Do not write to file, just print to screen.

License

Copyright (c) 2018 Liu.D.H, contributors.

Keywords

FAQs

Package last updated on 25 May 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc