npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@legalese/lglsdk

v0.9.17

Published

SDK for the Legalese API

Downloads

1

Readme

  • SDK for the Corpsec and Proforma APIs

** Audience and Intention

This software development kit aims to make it easier to build LegalTech applications which deal with corporations.

Applications may deal with

  • company secretarial work (directors' meetings, AGMs, EGMs, members' resolutions by written means, filings)
  • corporate finance work (share transfers, fundraising, share issues, share buybacks)
  • bulk document generation (creating hundreds or thousands of customized notices or letters of demand)

This SDK provides

  • schemas for type-checking and data validation,
  • API client libraries for various web services, and
  • a command-line interface to the above

** Download & Install

#+BEGIN_SRC shell npm i -g @legalese/lglsdk #+END_SRC

Installs the ~lgl~ command-line executable.

** CLI front-end

#+BEGIN_SRC shell lgl demo #+END_SRC

Runs a brief interactive tutorial demonstrating how to use the system.

#+BEGIN_SRC shell lgl init #+END_SRC

Registers an account with the Legalese back-end. Legalese uses Auth0 for authentication and Stripe for billing.

Also creates an ~lglconfig.json~ file in which API keys are saved, and creates a ~.lgl~ sub-directory in the current directory to store cached data.

#+BEGIN_SRC shell lgl corpsec #+END_SRC

~search~ Resolves company name to unique entity identifier.

~get~ Given a unique entity identifer, retrieves details from a government registrar. Reads and writes to a cache which expires daily.

#+BEGIN_SRC shell lgl corpsec #+END_SRC

~generate~ Given a set of JSON data, fill a template into a PDF or DocX file that is ready for signature.

~schemalist~ List all available templates. Retrieve example for a given template.

~schema~ Retrieve details about a given template and data validation schema.

** API library

*** Error handling

*** Choice of Endpoints

**** Region / Availability Zone

**** "On-Premises" Containerization

** Schema library

*** Typescript

*** JSON Schema

*** Other Tools

**** typescript-json-schema

**** typedoc

**** react-jsonschema-form