Skip to content

Commit

Permalink
docs: change README with some rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
atao60 committed Jan 18, 2021
1 parent f9ac158 commit d7d9066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ There are many [Npm](https://www.npmjs.com/) packages that provide all or any of

[This package](https://www.npmjs.com/package/@atao60/fse-cli) just provides many of them from a unique [CLI](https://en.wikipedia.org/wiki/Command-line_interface), without any pretention to be any kind of [shell](https://en.wikipedia.org/wiki/Shell_(computing)).

It is based on the API [Node.js: fs-extra](https://github.com/jprichardson/node-fs-extra).
It is based on the `API` [Node.js: fs-extra](https://github.com/jprichardson/node-fs-extra).

> [@atao60/fse-cli](https://www.npmjs.com/package/@atao60/fse-cli) is not a library and should not be used as such. [Node.js: fs-extra](https://www.npmjs.com/package/fs-extra) is there for that.
> If an `API` is needed, use [Node.js: fs-extra](https://github.com/jprichardson/node-fs-extra), **not** [@atao60/fse-cli](https://www.npmjs.com/package/@atao60/fse-cli). If only because the latter uses `npm-shrinkwrap.json`, not `package-lock.json`, see [shrinkwrap.json - A publishable lockfile](https://docs.npmjs.com/cli/v6/configuring-npm/shrinkwrap-json).

The [available CLI commands](#-commands) are fully functional and tested. However it's still a work in progress:
Expand Down

0 comments on commit d7d9066

Please sign in to comment.