Skip to content

neuralinterfaces/commoners

Repository files navigation

commoners

Npm package version Npm package monthly downloads

The commoners CLI allows anyone to build their application for web, desktop, and mobile without the fuss of additional languages or libraries (e.g. Dart, React, etc.).

Read the documentation to learn more.

Key Projects

  • Commoners Starter Kit — A template Commoners app with all the bells and whistles.
  • tqdm.me — View your tqdm progress bars anywhere.
  • Neural — A multi-platform application for accessing neural data.

Local Development

Use npm i to install all dependencies into the monorepo's workspaces.

Core

Testing

Before testing, you'll have to run npm run build in the root directory.

CLI

To get started with the CLI, you'll need to use npm link to connect it with the @commoners/solidarity package in packages/core:

cd packages/core
npm link
cd ../cli
npm link @commoners/solidarity

You'll only have to do this once.

After this, you can then install commoners globally from the packages/cli directory:

npm install -g .

Acknowledgments

commoners is maintained by Garrett Flynn, who originally developed the tool to streamline development of the NWB GUIDE application and support future hybrid application development for Catalyst Neuro.

Releases

No releases published

Packages

No packages published