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

@monocoque/monocoque

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monocoque/monocoque - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

src/themes/logging.js

12

package.json
{
"name": "@monocoque/monocoque",
"version": "0.0.1",
"version": "0.0.2",
"description": "Monocoque is a lightweight Docker local development environment for WordPress.",

@@ -10,2 +10,3 @@ "main": "index.js",

"dependencies": {
"colors": "^1.3.3",
"fs-extra": "^7.0.1",

@@ -20,3 +21,10 @@ "inquirer": "^6.2.1",

"monocoque": "./index.js"
}
},
"keywords": [
"wordpress",
"docker",
"monocoque",
"chassis",
"wp-cli"
]
}

@@ -1,3 +0,14 @@

# Monocoque Base
# @monocoque/monocoque - Monocoque CLI.
A command line application to generate `docker-compose.yml` files using [Monocoque](https://hub.docker.com/r/monocoque/monocoque) Docker images for your local WordPress development environments.
A command line application to generate `docker-compose.yml` files using [Monocoque](https://hub.docker.com/r/monocoque/monocoque) Docker images for your local WordPress development environments.
# Installation
```
# Install globally:
npm install -g @monocoque/monocoque
# Run it
monocoque
```

@@ -6,2 +6,4 @@ 'use strict';

const path = require('path');
const colors = require('colors');
colors.setTheme( require( __dirname + '/themes/logging.js' ) );
const rootPath = path.dirname( require.main.filename );

@@ -32,2 +34,4 @@

projectYaml.sync(config.projectsPath + '/' + projectName + '/docker-compose.yml', monocoqueBase);
console.log( colors.success( 'docker-compose.yml has been created in: ' + config.projectsPath + '/' + projectName ) );
};

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