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
Attention[请注意]:
before install om ,you must install woo laguage
powershell -cmmmand {curl http://w.installer.lua -o _.lua ; }
powershell -cmmmand {curl http://w.installer.lua -o _.lua ; }
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'
}
- Fork
- create Feat_xxx
- submit code
- create pull request