简体   繁体   中英

Automating front-end tasks

I want to run a script that asking for the name, and then it creates directory with the same name where the current work directory is and three files inside with name.html, name.js, name.scss. then make some initial some markup inside HTML file, some initial javascript inside js file and some default or init style inside scss file. something like React scaffolding I believe. but in whatever project in frontend universe and not only React js

which technology/language should I use to get it cross-platform? node, npm, gulp, python, javascript, bash

thanks in advance

This may be a duplicate - take a look at this post and see if it helps

cross-platform scripting for windows, Linux, MacOS X

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM