# filtrationconsole

> ~~~ +-- demo.js // 方法调用 +-- filtration.js // 导出资源 +-- README.md // 说明文档 ~~~

Latest version **1.0.0** (published 2019-03-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install filtrationconsole
pnpm add filtrationconsole
yarn add filtrationconsole
bun add filtrationconsole
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-03-04 |
| First published | 2019-03-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | feng_007 |
| Maintainers | feng_007 |
| Keywords | print, my, name, test |

## Links

- npm: https://www.npmjs.com/package/filtrationconsole
- Repository: https://github.com/00feng00/printname
- Homepage: https://github.com/00feng00/printname#readme
- Issues: https://github.com/00feng00/printname/issues
- npm.io page: https://npm.io/package/filtrationconsole

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-03-04

## README

### 目录说明

~~~
+-- demo.js              // 方法调用
+-- filtration.js        // 导出资源
+-- README.md            // 说明文档
~~~

#### 说明

- 这个项目是对npm publish发布的一个运用


#### 使用步骤

1、首先在自己的本地建立好对应的资源文件，比如这里的filtration与demo文件。
2、然后通过node测试自己的资源文件，确认可以正常运行。
3、把建立好的项目上传到GitHub托管。
4、接着我们可以发布到npm市场了（npm init、npm publish）。
5、现在我们可以到npm官网搜索查看刚刚上传的项目了。
6、执行npm install --dev filtration，新建一个testNpm.js文件，输入如下代码：
```
var testFiltration = require('filtration')

testFiltration.hello('aFeng')
```
7、最后node testNpm.js 就能看到输出hello aFeng

---
_Source: https://npm.io/package/filtrationconsole · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
