Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lerna | 34,946 | 14,081 | 6,377 | 4 days ago | 257 | July 15, 2023 | 338 | mit | TypeScript | |
:dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository. | ||||||||||
Poosh | 55 | 3 | 7 years ago | 8 | February 16, 2017 | 5 | mit | JavaScript | ||
:earth_americas: Publish local files to virtually any remote endpoint (e.g. AWS S3) | ||||||||||
Ypkgfiles | 10 | 338 | 29 | 5 years ago | 11 | July 11, 2018 | mit | JavaScript | ||
Yet another pkgfiles that generate pkg.files automatically | ||||||||||
React Styleguide | 4 | 4 years ago | 18 | mit | JavaScript | |||||
React-based styleguide | ||||||||||
Publish | 2 | 9 months ago | 5 | mit | JavaScript | |||||
GitHub Action for publishing projects & packages |
Yet another pkgfiles that generate pkg.files automatically
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.
$ 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
.