You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the worktime, what I do most is to fix bugs. So I am have to get files form the source according files' name. Initially, It's ok because the amount of files just a few, but now the counts of files become more and more. So I can't tolerate this any more. This is main reason why I write this package.
Usage
thunder --version
or you can type this
thunder -v
above command will display the current verison of package you install
above command uesd to init the Config files called filesConfig.json fastly
thunder config --origin <dirName>
or you can type this for simple
thunder config -o <dirName>
above command used to set the origin floder of source that you want to get files
thunder config --dest <dirName>
like 'config -o ', you also can type 'config -d ' to make the same result.
except those, command 'config' has a alias named 'c', so you can excute command as below:
thunder c <option><dirName>
thunder fileFetch -a
or
thunder fileFetch -all
🚩above commands are the most important command that you can get files you config in filesConfig.
ChangeLOG
Version
change
type
1.3.0
abstract the process of setting filsConfig to funciton abstractSetConfig
optimization
Issues
there are some logic problems needed to be fix;
command 'init --yes' will touch filsConfig.json fastly and automaticly, you can config floder and files. why I don't write commands to do that work? I think if files to much and folders are not only one, command is not convenient. But I still think how to realize this by command in reason.
🌈Future
### as so far, the pakcage just realize above functions temporarily. But I'm still planning to develop more functions to full this package and do some optimizations to make it better and stronger.