Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Changed cli command from inline to inline-import.
Browse files Browse the repository at this point in the history
Reduces the chance of collision with other packages.
  • Loading branch information
vanruesc committed Jun 29, 2018
1 parent 8d53b24 commit 0bbfd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm install inline-import

### Command Line Interface (CLI)

The command line tool can be invoked using the `inline` command. It requires a configuration in which the
The command line tool can be invoked using the `inline-import` command. It requires a configuration in which the
source paths and the [options](#options) are specified. You can decide whether you want to provide the configuration
via `package.json` or as a standalone file.

Expand All @@ -51,7 +51,7 @@ You can restore the original files by using the `--restore` option.
#### Example

```sh
inline -c config/inline-import.json
inline-import -c config/inline-import.json
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "build/inline-import.js",
"module": "src/index.js",
"bin": {
"inline": "./bin/cli.js"
"inline-import": "./bin/cli.js"
},
"sideEffects": false,
"license": "Zlib",
Expand Down

0 comments on commit 0bbfd7e

Please sign in to comment.