Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
f753c2c491 | |||
4ecb817bac | |||
909fcd6e2a |
14
README.md
14
README.md
@ -2,10 +2,10 @@
|
|||||||
make files easily accessible for processing in javascript.
|
make files easily accessible for processing in javascript.
|
||||||
|
|
||||||
## Availabililty
|
## Availabililty
|
||||||
[](https://www.npmjs.com/package/smartfile)
|
[](https://www.npmjs.com/package/smartfile)
|
||||||
[](https://gitlab.com/pushrocks/smartfile)
|
[](https://gitlab.com/pushrocks/smartfile)
|
||||||
[](https://github.com/pushrocks/smartfile)
|
[](https://github.com/pushrocks/smartfile)
|
||||||
[](https://pushrocks.gitlab.io/smartfile/)
|
[](https://pushrocks.gitlab.io/smartfile/)
|
||||||
|
|
||||||
## Status for master
|
## Status for master
|
||||||
[](https://gitlab.com/pushrocks/smartfile/commits/master)
|
[](https://gitlab.com/pushrocks/smartfile/commits/master)
|
||||||
@ -31,6 +31,8 @@ remote | gets data from remote locations to somewhere
|
|||||||
interpreter | (object) handles yaml and json
|
interpreter | (object) handles yaml and json
|
||||||
smartfile | (class) a virtual representation of a file, alternative to vinyl file format
|
smartfile | (class) a virtual representation of a file, alternative to vinyl file format
|
||||||
|
|
||||||
For more information read the docs
|
For further information read the linked docs at the top of this README.
|
||||||
|
|
||||||
[](https://push.rocks)
|
> MIT licensed | **©** 2016 - 2017 [Lossless GmbH](https://lossless.gmbh)
|
||||||
|
|
||||||
|
[](https://push.rocks)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartfile",
|
"name": "smartfile",
|
||||||
"version": "4.1.4",
|
"version": "4.1.5",
|
||||||
"description": "offers smart ways to work with files in nodejs",
|
"description": "offers smart ways to work with files in nodejs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user