Memo: Node Packages That Need to Be Installed Globally
Install cnpm#
npm install -g cnpm --registry=https://registry.npmmirror.com
# Used to cnpm
Specific Projects#
cnpm i -g @lint-md/core @lint-md/cli
# lint-md/lint-md: Command-line tool for checking the writing format of Chinese Markdown, based on AST, convenient for integrating CI, essential for writing blogs/documents. Supports API calls!
# https://github.com/lint-md/lint-md
cnpm i -g browser-sync
# Browsersync - Time-saving synchronised browser testing
# https://browsersync.io/
cnpm i -g eslint
# "Tinkering" ESLint installation and usage_Computer Network_Ice and Water
# https://www.wdssmq.com/post/20190917021.html