JohnByrneRepo / mddir

Mddir generates a markdown file/folder structure for readme files
Other
215 stars 45 forks source link

Feature: let the user choose exclude folders #4

Open eyalcohen4 opened 7 years ago

eyalcohen4 commented 7 years ago

User should be able to write file like .mddirignore with folders to exclude.

the need is to make var folderIgnoreList configurable by fs.readFile. i'll try to implement.

ispyhumanfly commented 5 years ago

Honesltying using argv, the npm module, I'd like to add --name (so it doesn't always have to be called the default). As well as --exclude (a list of files to exclude). Yes, a .mddir.json (honestly) would be more flexible because it could handle include and exclude cases together. And JSON is is pretty :)

angelod1as commented 4 years ago

Maybe this can be implemented with flags (as I proposed here)