@karmaniverous/chain-replace
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@karmaniverous/chain-replace", | ||
"bin": { | ||
"mycli": "lib/cli/index.js" | ||
}, | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"publishConfig": { | ||
@@ -23,4 +20,2 @@ "access": "public" | ||
"dependencies": { | ||
"commander": "^9.4.1", | ||
"dotenv": "^16.0.3", | ||
"lodash": "^4.17.21" | ||
@@ -27,0 +22,0 @@ }, |
@@ -1,57 +0,6 @@ | ||
# NPM Package Template | ||
# chain-replace | ||
You wrote a sweet piece of code! Releasing it on [NPM](https://www.npmjs.com/) | ||
seems like the obvious next step. Right? | ||
See [tests](/src/export/chainReplace/chainReplace.test.mjs) for examples of | ||
usage! | ||
Try it. Not as easy to do from scratch as you might think. | ||
So here's a plug-and-play NPM package template that offers the following | ||
features: | ||
- Support for the latest ES6 goodies with | ||
[`eslint`](https://www.npmjs.com/package/eslint) _uber alles_. | ||
- A command line interface for your widget with | ||
[`commander`](https://www.npmjs.com/package/commander). | ||
- Automated [`lodash`](https://www.npmjs.com/package/lodash) cherry-picking with | ||
[`babel-plugin-lodash`](https://www.npmjs.com/package/babel-plugin-lodash). | ||
- [`mocha`](https://www.npmjs.com/package/mocha) & | ||
[`chai`](https://www.npmjs.com/package/chai) for testing, with examples, and a | ||
sweet testing console. | ||
- Secure environment-variable access to [`package.json`](./package.json) data. | ||
- Code formatting at every save & paste with | ||
[`prettier`](https://www.npmjs.com/package/prettier). | ||
- Automated documentation of your API with | ||
[`jsdoc-to-markdown`](https://www.npmjs.com/package/jsdoc-to-markdown) and | ||
assembly of your README with | ||
[`concat-md`](https://www.npmjs.com/package/concat-md). | ||
- One-button release to GitHub & publish to NPM with | ||
[`release-it`](https://www.npmjs.com/package/release-it). | ||
**[Click here](https://karmanivero.us/blog/npm-package-template/) for full | ||
documentation & instructions!** | ||
_If you want to create a React component in an NPM package, use my | ||
[React Component NPM Package Template](https://github.com/karmaniverous/react-component-npm-package-template) | ||
instead!_ | ||
# Command Line Interface | ||
```text | ||
Usage: mycli [options] | ||
Foos your bar. | ||
Options: | ||
-b, --bar <string> foo what? | ||
-v, --version display package version | ||
-h, --help display help for command | ||
``` | ||
# API Documentation | ||
@@ -58,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
4425
5
34
30
- Removedcommander@^9.4.1
- Removeddotenv@^16.0.3
- Removedcommander@9.5.0(transitive)
- Removeddotenv@16.4.5(transitive)