jokeyrhyme / node-init.js

impose my will upon a new or existing Node.js project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

only install Flow if "@flow" comment is detected

jokeyrhyme opened this issue · comments

this could make this CLI more useful for use in non-Flow projects

It may also be worth separating out detection logic more generally, so that tests can be marked with "SKIPPED" and "DONE" as appropriate.

Even better could be splitting "DONE" into separate "DONE: NO CHANGE" and "DONE: CHANGES MADE" statuses.