@asp1020/spawn-cycle-converter
v1.0.3
Published
A tool to convert spawn cycle data from one format to another.
Readme
spawn-cycle-defs-converter
A tool to convert spawn cycle data from one format to another.
install
pnpm i -D @asp1020/spawn-cycle-converterTXT to UC
txt2uc cycleName --date 2015-11-18 --author Mr.Foster- Default date is today.
- Default author is "Unknown"
UC to TXT
uc2txt cycleNameConfiguration
Make a sccConfig.json on your root directory.
example
{
"txtDir": "./your-directory-contains-txt",
"ucDir": "./your-directory-contains-uc",
"combinedClassNameStyle": true
}- combinedClassNameStyle [optional] - Set true and make class name same as cycle name. This is a style used in Combined CD
