![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
astrophena.me/gen
gen
Work in Progress:
gen
is not finished and has many rough edges.
An another static site generator.
Install gen if you haven't yet.
Create a new site:
$ gen create mysite
Change directory to mysite
and serve the site locally:
$ cd mysite
$ gen serve
Run with --help
or -h
for options.
Go to http://localhost:3000
.
Download the precompiled binary from releases page.
Install Go 1.14 if you haven't yet.
Two installation options are supported:
Install with go get
:
$ pushd $(mktemp -d); go mod init tmp; go get astrophena.me/gen; popd
go get
puts binaries by default to $GOPATH/bin
(e.g.
~/go/bin
).
Use GOBIN
environment variable to change that behavior.
Install with make
:
$ git clone https://github.com/astrophena/gen
$ cd gen
$ make install
make install
installs gen
by default to $HOME/.local/bin
.
Use PREFIX
environment variable to change that behavior:
$ make install PREFIX="$HOME" # Installs to $HOME/bin.
gen
is forked from plop.
© 2020 Ilya Mateyko. All rights reserved.
© 2019 Frédéric Guillot. All rights reserved.
Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.