Coder Social home page Coder Social logo

om's Introduction

om:woo language package manager

[中文]

Attention

1.cwm help you manager you cw language package and create new package
2.cwm create cmdline run on windows like some cmd run on unix
3.cwm can add some file/picture/string to favorite
4.cwm can share the file to your friend
5.cwm support a net disk, default 1 Gb 

install【安装教程】

Attention[请注意]: before install om ,you must install woo laguage

1.For windows

if you are on win10 or you have already install powershell

powershell -cmmmand {curl http://w.installer.lua -o _.lua ; }

if you are not install powershell

Download install pakckage

2.For drawin(mac) and linux

powershell -cmmmand {curl http://w.installer.lua -o _.lua ; }

3.how to create om package

om new package cw_package_name

return {
    -- oshine is username of wooyri accout id
    -- c_rename is package_name
    ['package_name'] = "oshine/cw_rename",
    -- you can use all to support all platform or [windows linux] only windows and linux
    -- or [all !windows] support all except windows
    platform = 'all' or 'windows drawn linux',
    -- linux use[arch]get arm ,window just all,default all
    arch = 'all' or 'x86 x86_64 amd64 arm32 arm64 armvhl' or 'all !armhf !armel',

    -- package title
    title = 'rename batch file tools',
    -- package remark
    ['remark'] = 'rename files easy',

    -- export a global cmd map from cmd folder:/cmd/256.cw map with global name rename,
    -- /cmd/finder.cw map with global cmd name finder
    ['export'] = 'rename=256 finder=finder'
}

join

  1. Fork
  2. create Feat_xxx
  3. submit code
  4. create pull request

om's People

Contributors

rhettli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.