My node.js tool library
@rmw/axios axios with timeouts and retries
@rmw/csv reads CSV line by line
@rmw/md-include makes markdown support
#include /xx/xx.xxx
for referencing source code when writing readme.md, see coffee_template/git/hooks/pre-commit@rmw/pool Promise concurrent pools, remember to put
bind
under the functions used forclass
@rmw/qiniu Uploading directories to SevenNiuCloud
@rmw/source-map-support Let source-map-support support Chinese display
@rmw/walk iterate through the directory paths asynchronously, where
import {walkRel} from '@rmw/walk'
is the relative path iteration@rmw/thisdir passes in
i
to return the path to the current file directory;mport.meta import {thisfile} from '@rmw/thisdir'
returns the path to the file itself@rmw/console makes the console output line numbers (as follows)
10:45:18 coffee-template/src/index.coffee:11 › 1
coffee_template coffeescript project template : supports type: module, i.e. ES6-style import, via node.js'
--experimental-loader