Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lwot

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lwot

Leave work on time!

  • 0.5.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Leave work on time!

Now beta version.

This tool is not stable.

Pre Install

Dependencies

  • node
    • install node from node.js site
    • must set node to PATH for using on windows
      • add C:\Program Files\nodejs to PATH
      • add C:\Users\proin\AppData\Roaming\npm to PATH
  • git
    • install git from git site
    • must set git to PATH for using on windows
      • add C:\Program Files (x86)\Git\bin to PATH
  • node_modules
    • bower

        npm install -g bower
      
    • others (optional)

        npm install -g nodemon forever electron-prebuilt
      

Trouble Shooting

If Permission Denied
sudo chown -R $USER /usr/local/

Getting Started

Easy Start: LWOT

npm install -g lwot
lwot create myApp
cd myApp
lwot install express
lwot install cordova
lwot install electron
lwot bower install bootstrap
lwot npm express install async
lwot build express
lwot express run

Build & Watch

lwot build           # for all installed platforms
lwot build express   # for express only
lwot watch           # for all installed platforms
lwot watch express   # for express only

Platform Functions

lwot [platform] [function]
lwot express run     # for start express

Contribution Guide

Commit Tag List

[add]       # Addition of Modules or Code Piece or ETC...
[rm]        # Remove of Modules or Code Piece or ETC...
[mod]       # Modification of Modules or Code Piece or ETC...(In this case, When modification is generated without bug fix)
[fix]       # Bug Fix of modules or Code Piece or ETC...

FAQs

Package last updated on 18 Aug 2017

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