Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solidlab/sdx

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solidlab/sdx

Solid Development Experience toolkit

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
36
increased by620%
Maintainers
6
Weekly downloads
 
Created
Source

Solid Development eXperience toolkit

SDX makes development of SOLID applications more enjoyable.

Installation

npm i -g @solidlab/sdx

Requires at least node 18.0.0

Usage

sdx search <type>
sdx type install <type>
sdx help

Init workspace

Initializes a workspace for Solid Application Development.

sdx init [--force]

Writes 4 important files:

  • .solidmanifest: manifest of your application
  • .sdxconfig: config files for the sdx toolkit
  • package.json: starting package.json for this project
  • sdx-types/: folder that will contain the generated d.ts files

Search types

Search for a SOLID data type.

sdx search [type]

Will search the central SOLID Types Catalog and any other repositories added to the .sdxconfig file for potential matches.

Install type

Install a SOLID data type.

sdx install type [type]

Install a type into your local project. It will be added to the .solidmanifest file and will be auto-converted to a d.ts file in your sdx-types/ folder.

Contributing

Start the continuous development server with:

npm run dev

Keywords

FAQs

Package last updated on 13 Dec 2022

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