Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 688 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 688 Bytes

sft (suning front-end tools)

How to use?

You shold install the nodejs environment and use the npm to be the package manager, then, You can install the sft an the command line, like this:

npm install -g sft

What can i do?

  • sft init -- Initialization a project
  • sft build -- build the project
  • sft check -- check the project for our standard
  • sft compress css -- compress the appointed css file
  • sft combine css -- combine many css files to be one
  • sft compress js -- compress the appointed js file
  • sft combine js -- combine many js files to be one

How to submit or review issues?

See here >>>>>>> [https://github.com/moxiaohe/sft/issues]( sft issues )