Toru Nagashima

Results 123 comments of Toru Nagashima

I'm sorry that I'm inactive on this package. Yeah, I will accept a PR for that. I love TypeScript. So I want to rewrite my OSS packages with TypeScript if...

Thank you for the report. Granted, this is confusing. `cpx` should delay the cleaning until at the first copy if `--no-initial` is given. Also, should print proper error messages. I...

I'm sorry for the delay. I have rethought this. I'm going to make throwing the error "--clean and --no-initial cannot be combined." Because: - If `--clean` option was given, cpx...

I'm sorry for this late response. Currently, we can check filenames inside conversion plugins. For example: ``` js var path = require("path"); var PassThrough = require("stream").PassThrough; var through = require("through");...

Ah! Unfortunately, this tool does not provide the feature to change the file name in a copy, now. That's an interesting feature.

I also found it while inspecting #5. On Mac, if added new file immediately after other files had been removed, `chokidar` looks to not notify file-added events.... But I need...

Thank you for this request and implementation! Hmm, but the option looks cryptic to me. I think nested options make less readability since CLI arguments does not have flexible structure,...

Thank you for this PR. However, because of [`npm` has a ton of commands](https://docs.npmjs.com/#cli), I don't think that `npm-run-all` should handle only `npm install` as special. I think that this...

I apology that I'm late to respond. About the `command:install` looks, I'm afraid because it runs `npm run command:install` currently. `npm-run-all` recommends to use `:` as separators ([Glob-like pattern matching...

Thank you for this issue. However, I don't want to add any option for this for the following reasons: - `in-publish` is very small CLI, so it's more proper than...