Node & CLI & npm publish

cli 生成文件的原理是什么

https://nodejs.org/api/cli.html

http://nodejs.cn/api/cli.html


CLI & 脚手架工具

auto generate projects

https://segmentfault.com/a/1190000006190814

https://github.com/jrainlau/scion

https://zhuanlan.zhihu.com/p/38730825


https://segmentfault.com/a/1190000012083763

http://www.cnblogs.com/huanglei-/p/6885914.html

http://www.cnblogs.com/cpselvis/p/6852858.html

https://github.com/linweiwei123/multipages-generator

clui

Command Line UI toolkit for Node.js

https://www.npmjs.com/package/clui

https://github.com/nathanpeck/clui

commander

https://www.npmjs.com/package/commander

https://github.com/tj/commander.js/

chalk

https://www.npmjs.com/package/chalk

https://github.com/chalk/chalk

shelljs

https://github.com/shelljs/shelljs

https://www.npmjs.com/package/shelljs

npm publish

https://docs.npmjs.com/cli/publish

https://github.com/xgqfrms/ng2-seed

$ npm publish --tag stable


https://blog.risingstack.com/nodejs-at-scale-npm-publish-tutorial/

https://blog.npmjs.org/post/165769683050/publishing-what-you-mean-to-publish

https://medium.com/the-andela-way/build-and-publish-your-first-npm-package-a4daf0e2431

http://medium.yintage.com/?p=1

Node-CLI-Tools

一个 Node.js CLI 工具

https://node-cli-tools.xgqfrms.xyz/

https://github.com/xgqfrms-GitHub/Node-CLI-Tools


OK

js

cli


最新文章

  1. [Java] Maven 安装和配置
  2. compass typography 排版 常用排版方法[Sass和compass学习笔记]
  3. memcache的最佳实践方案
  4. placeholder 解决UITextField中placeholder和text文本同时显示的问题
  5. “我爱淘”冲刺阶段Scrum站立会议10
  6. codeforces 387C George and Number
  7. java多线程 ReentrantLock
  8. Eclipse MAT: Understand Incoming and Outgoing References
  9. cocos2dx-触摸事件
  10. Fabricate equation(dfs + 模拟)
  11. App开发革命进阶路
  12. UIImage将图片写入本地相册
  13. android 适配器 BaseAdapter 的学习
  14. IIC协议建模——读写EEPROM
  15. [国嵌笔记][036][关闭MMU和CACHE]
  16. sboot mybatis
  17. 使用 vm 加载文件中的数据到变量里面
  18. 如何防止网页被植入广告,内容被监控-HTTPS
  19. SPOJ D-query(莫队算法模板)
  20. hdu6006 Engineer Assignment 状态dp 定义dp[i][s]表示前i个工程状态为s可以执行的最大工程数。s表示前i个工人选走了s状态的工程师。

热门文章

  1. P1563 玩具谜题(简单模拟)
  2. Linux:Day8(下) RAID
  3. ESP8266 HTTP 项目(1)在刻度盘上进行ESP8266 NodeMCU模拟读取的步骤
  4. day26 Python 改变对象的字符串显示
  5. 破解windows版idea
  6. 【redis】1.redis-windows安装+配置介绍
  7. kmeans聚类理论篇
  8. vue项目使用echarts按需引入实现地图动态显示效果时,报错:TypeError: Cannot read property 'dataToPoint' of undefined
  9. 史上最全面的Docker容器引擎使用教程
  10. Python全栈开发之路 【第十七篇】:jQuery的位置属性、事件及案例