This repository has been archived.
The agmsg npm bootstrapper now lives in the main agmsg repository, alongside the rest of the project. Releases (including the npm
agmsgpackage) are cut from there.
| Where to go | Link |
|---|---|
| Project source, docs, issues | https://github.com/fujibee/agmsg |
| Homepage | https://agmsg.cc |
| Issues / bug reports | https://github.com/fujibee/agmsg/issues |
| npm package | https://www.npmjs.com/package/agmsg |
This repo only existed to reserve the agmsg name on npm during the
name-registration sprint
and to host a thin Node.js bootstrapper that downloaded and ran the canonical
bash installer from the main repo. Keeping it separate added a cross-repo
sync surface and bought nothing — so the bootstrapper was folded back into
fujibee/agmsg at bin/agmsg.js, and npm publishes from there directly
via OpenID Connect (Trusted Publisher).
If you previously installed agmsg via npx agmsg or npm i -g agmsg,
nothing changes — npm continues to serve the package, and future versions
(>= 1.0.0) are now published from the main repo. The published 0.0.1
tarball already fetches setup.sh from fujibee/agmsg, so it keeps working
as-is.
For new installs, see the install instructions in the main repo.