Socket
Socket
Sign inDemoInstall

elegant-cli

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elegant-cli - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

5

package.json
{
"name": "elegant-cli",
"version": "0.1.8",
"version": "0.1.9",
"description": "A utility-first CMS framework for rapidly building expressive and elegant static content web applications.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"elegant-docs-init": "npx elegant-docs-init && npm install"
},

@@ -8,0 +9,0 @@ "repository": {

2

source/elegant-docs/package.json
{
"name": "elegant-docs",
"version": "0.1.8",
"version": "0.1.9",
"private": true,

@@ -5,0 +5,0 @@ "scripts": {

@@ -33,4 +33,4 @@ #! /usr/bin/env node

// install the required packages for the user
shell.exec("npm install");
// delete the example git ignore file
shell.exec("cd docs && .gitignore.example");

@@ -37,0 +37,0 @@ console.log(

- Once the docs project has been created with the cli, wipe it out and do it again
- Reinstall it from scratch, and document every step
- npm install -D elegant-cli
- npx elegant-docs-init
- npm install elegant-cli --save-dev
- npm run elegant-docs-init
- npm run start

@@ -7,0 +8,0 @@ - Create some inital docs

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