Socket
Socket
Sign inDemoInstall

cspm

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspm

Package management and build tool for the Csound language


Version published
Weekly downloads
10
increased by233.33%
Maintainers
1
Weekly downloads
 
Created
Source

CSPM: A package manager for Csound

This project is a prototype package management system for the Csound programming language. It is an attempt to enable easy re-use of CSD and UDO files using a centralised repository (living on Github).

Both UDOs and CSD files are accessible by creating an appropriate package for the component, creating a repository and release on Github and by adding the entries to the cspm-registry.

Installation

CSPM is available from the npm registry and can be installed globally with the following command.

npm install -g cspm

Commands

Initialisation

A UDO package may be initialised either inside of an empty directory or a directory containing a .udo file. This is done using the the following command.

cspm init udo

This will initialise a setup guide to create a UDO cpm.json file. If the UDO already exists the setup script will try to ascertain information about the UDO such as name and the various inputs/outputs. If not, these can be manually specified using the command prompt.

For a UDO file the init command creates a csp.json file containing the name, version, author, email and description information. Further, the various inputs and outputs for the UDO are also enumerated. For each input/output the name, type, rate, description, maximum and minimum values are also recorded.

Build

ReadMe

If a csp.json file exists inside of a package a README.md file may be generated automatically from the data by invoking:


cspm build readme

Keywords

FAQs

Package last updated on 22 May 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc