New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

agave-generator

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agave-generator - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

_export/agave_generator-dec99370.tar.gz

2

package.json

@@ -5,5 +5,5 @@ {

"name": "agave-generator",
"version": "0.1.12",
"version": "0.1.13",
"scripts": { "postinstall": "node ./esyInstallRelease.js" },
"bin": { "Agave": "bin/Agave" }
}

@@ -13,3 +13,3 @@ # ☀️ Agave 🍯

```shell
```console
mkdir blog

@@ -20,7 +20,9 @@ cd blog

touch markdown/first-post.md # /first-post/ route
agave markdown public # reads all your readmes in markdown and outputs them to public
agave # reads all your readmes in ./markdown and outputs them to ./public
```
```shell
agave [markdowndir?] [websitedirectory?]
For full list of options run:
```console
agave --help
```

@@ -36,3 +38,3 @@

```shell
```console
touch markdown/base.html

@@ -80,4 +82,4 @@ echo "<html><!-- MARKDOWN --></html>" > markdown/base.html

```shell
agave markdown docs
```console
agave --markdown myblog --public docs
git add --all

@@ -84,0 +86,0 @@ git commit -m"deploy"

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