Ypkgfiles

Yet another pkgfiles that generate pkg.files automatically
Alternatives To Ypkgfiles
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Lerna34,94614,0816,3774 days ago257July 15, 2023338mitTypeScript
:dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
Poosh5537 years ago8February 16, 20175mitJavaScript
:earth_americas: Publish local files to virtually any remote endpoint (e.g. AWS S3)
Ypkgfiles10338295 years ago11July 11, 2018mitJavaScript
Yet another pkgfiles that generate pkg.files automatically
React Styleguide4
4 years ago18mitJavaScript
React-based styleguide
Publish2
9 months ago5mitJavaScript
GitHub Action for publishing projects & packages
Alternatives To Ypkgfiles
Select To Compare


Alternative Project Comparisons
Readme

ypkgfiles

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Yet another pkgfiles that generate pkg.files automatically

Why

Recommend pkg.files instead of .npmignore to choose which file should be included when npm publish. However, we will miss some files or directories when published, and should fix with another publishing.

Using ypkgfiles, it will generate pkg.files automatically with some configuration.

Usage

$ npm install ypkgfiles
$ pkgfiles

Then files will be generated in package.json. ypkgfiles will lookup files from the main export.

If you want to publish some files that is not based on main export, such as mz

require('mz/fs')

You can use --entry fs.js options to add to files automatically. If have more files, you can use glob --entry *.js.

License

MIT

Popular Publishing Projects
Popular Glob Projects
Popular Content Management Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Publishing
Glob