Max
Max
We should run lint on each save. Maybe lint via a webpack loader? Or just a separate process to avoid webpack dep for this part.
Sometimes you upgrade directly the package.json version (or some people with good intention make a PR with an updated version). That would be nice to be able to make a...
I think that script I am using might give you an idea https://github.com/MoOx/setup/blob/master/bin/npmrelease It grab the section in changelog that fit the version in package.json to create a annotated github...
Since this module is more a way to ignore any file extensions, maybe a rename can be a good idea :)
see it by yourself https://travis-ci.org/putaindecode/putaindecode.fr#L8587 Any idea how to catch this to avoid the token to be compromised ?
I just grabbed the latest version of your script and I got this issue. It guess the script need to be at the same level of dist? ``` console ~/Sync/Development/statinamic/demo...
That would be nice to have this kind of options (especially for slow connection). Most torrent client have this kind of options.
This will allow us to consume "packages/*" as another source of markdown and get docs from each packages README. Should be easy to handle.