Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

charlike-cli

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charlike-cli - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

cli.js

@@ -39,2 +39,3 @@ #!/usr/bin/env node

/* istanbul ignore next */
process.title = pkg.bin ? Object.keys(pkg.bin)[0] : pkg.name

@@ -104,5 +105,8 @@

.catch((err) => {
/* istanbul ignore next */
console.error(`Sorry, some error occured!`)
/* istanbul ignore next */
console.error(`ERROR: ${err.message}`)
/* istanbul ignore next */
process.exit(1) // eslint-disable-line no-process-exit
})

13

package.json
{
"name": "charlike-cli",
"version": "0.3.1",
"version": "0.3.2",
"description": "Command line interface for the [charlike][] project scaffolder.",

@@ -24,2 +24,3 @@ "repository": "tunnckoCore/charlike-cli",

"dependencies": {
"capture-stream": "0.1.2",
"charlike": "*",

@@ -33,2 +34,4 @@ "git-user-name": "1.2.0",

"eslint": "4.2.0",
"execa": "0.7.0",
"fs-exists-sync": "0.1.0",
"mukla": "0.4.9",

@@ -94,6 +97,6 @@ "npm-run-all": "4.0.2",

"check-coverage": true,
"statements": 0,
"functions": 0,
"branches": 0,
"lines": 0
"statements": 100,
"functions": 75,
"branches": 100,
"lines": 100
},

@@ -100,0 +103,0 @@ "release": {

@@ -7,3 +7,3 @@ <p align="center">

# charlike-cli [![NPM version](https://img.shields.io/npm/v/charlike-cli.svg?style=flat)](https://www.npmjs.com/package/charlike-cli) [![NPM downloads](https://img.shields.io/npm/dm/charlike-cli.svg?style=flat)](https://npmjs.org/package/charlike-cli) [![npm total downloads][downloads-img]][downloads-url]
# charlike-cli [![NPM version](https://img.shields.io/npm/v/charlike-cli.svg?style=flat)](https://www.npmjs.com/package/charlike-cli) [![NPM monthly downloads](https://img.shields.io/npm/dm/charlike-cli.svg?style=flat)](https://npmjs.org/package/charlike-cli) [![npm total downloads][downloads-img]][downloads-url]

@@ -15,4 +15,4 @@ > Command line interface for the [charlike][] project scaffolder.

[![linux build status][travis-img]][travis-url]
[![windows build status][appveyor-img]][appveyor-url]
[![coverage status][coveralls-img]][coveralls-url]
[![windows build][appveyor-img]][appveyor-url]
[![code coverage][codecov-img]][codecov-url]
[![dependency status][david-img]][david-url]

@@ -31,4 +31,2 @@

_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
## Install

@@ -123,3 +121,3 @@ Install with [npm](https://www.npmjs.com/)

+ [github/tunnckoCore](https://github.com/tunnckoCore)
+ [twitter/tunnckoCore](http://twitter.com/tunnckoCore)
+ [twitter/tunnckoCore](https://twitter.com/tunnckoCore)
+ [codementor/tunnckoCore](https://codementor.io/tunnckoCore)

@@ -131,7 +129,7 @@

## License
Copyright © 2016, [Charlike Mike Reagent](http://i.am.charlike.online). Released under the [MIT license](LICENSE).
Copyright © 2016-2017, [Charlike Mike Reagent](http://i.am.charlike.online). MIT
***
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on December 30, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 18, 2017._
_Project scaffolded using [charlike][] cli._

@@ -142,3 +140,3 @@

[base]: https://github.com/node-base/base
[charlike]: https://github.com/tunnckocore/charlike
[charlike]: https://github.com/tunnckoCore/charlike
[commitizen]: https://github.com/commitizen/cz-cli

@@ -166,4 +164,4 @@ [dezalgo]: https://github.com/npm/dezalgo

[coveralls-url]: https://coveralls.io/r/tunnckoCore/charlike-cli
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/charlike-cli.svg
[codecov-url]: https://codecov.io/gh/tunnckoCore/charlike-cli
[codecov-img]: https://img.shields.io/codecov/c/github/tunnckoCore/charlike-cli/master.svg?label=codecov

@@ -170,0 +168,0 @@ [david-url]: https://david-dm.org/tunnckoCore/charlike-cli

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc