<% if (isProjectOnNpm) { -%>
<% } -%>
<% if (projectVersion && !isProjectOnNpm) { -%>
<% } -%>
<% if (projectPrerequisites) { -%>
<% projectPrerequisites.map(({ name, value }) => { -%>
<% }) -%>
<% } -%>
<% if (projectDocumentationUrl) { -%>
<% } -%>
<% if (isGithubRepos) { -%>
<% } -%>
<% if (licenseName) { -%>
<% } -%>
<% if (authorTwitterUsername) { -%>
<% } -%>
<%= projectDescription %> <% } -%>
npm install --save <%= projectName %>
admina
is tiny and treeshakable.
Automatic (depends on your build system)
import * as admina from "admina"
Node
import * as admina from "admina/dist/index.node.mjs"
Node CJS
const admina = require("admina/dist/index.node.cjs")
admina
supports the following functions:
You can sponsor my work here:
https://github.com/sponsors/aminya
Pull requests, issues and feature requests are welcome. See the Contributing guide.