Socket
Socket
Sign inDemoInstall

@anephenix/rcg

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anephenix/rcg - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

__tests__/bin/rcg.test.js

5

CHANGELOG.md
# CHANGELOG
### 0.0.3 - Wednesday 29th May, 2019
- Added a command-line option to print the version of the package
- Added a way to specify an optional directory for generating the component into
### 0.0.2 - Sunday 26th May, 2019

@@ -4,0 +9,0 @@

2

package.json
{
"name": "@anephenix/rcg",
"version": "0.0.2",
"version": "0.0.3",
"description": "React Component Generator",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -41,2 +41,10 @@ # RCG

You can also generate the component in a different folder:
```
npx rcg LoginPage --directory pages
```
This will generate a folder called 'login-page' in the pages folder, such as for a Next.js app.
#### via NPM

@@ -43,0 +51,0 @@

Sorry, the diff of this file is not supported yet

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