fstream-npm

fstream class for creating npm packages

ISC 27 个版本
安装
npm install fstream-npm
yarn add fstream-npm
pnpm add fstream-npm
bun add fstream-npm
README

fstream-npm

This is an fstream DirReader class that will read a directory and filter things according to the semantics of what goes in an npm package.

For example:

// This will print out all the files that would be included
// by 'npm publish' or 'npm install' of this directory.

var FN = require("fstream-npm")
FN({ path: "./" })
  .on("child", function (e) {
    console.error(e.path.substr(e.root.path.length + 1))
  })
版本列表
1.2.1 2017-05-13
1.2.0 2016-09-07
1.1.1 2016-08-02
1.1.0 2016-05-17
1.0.7 2015-11-05
1.0.6 2015-11-05
1.0.5 2015-08-20
1.0.4 2015-07-08
1.0.3 2015-06-19
1.0.2 2015-03-20
1.0.1 2014-10-17
1.0.0 2014-07-31
0.1.8 2014-07-31
0.1.7 2014-05-19
0.1.6 2013-10-11
0.1.5 2013-05-29
0.1.4 2013-03-10
0.1.3 2012-10-22
0.1.2 2012-09-10
0.1.1 2012-07-13
0.1.0 2012-06-04
0.0.6 2012-06-04
0.0.5 2012-04-17
0.0.4 2012-03-27
0.0.3 2012-03-27
0.0.2 2012-03-27
0.0.1 2012-03-27