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 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "@solidlab/sdx",
"version": "0.0.3",
"version": "0.0.4",
"description": "Solid Development Experience toolkit",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -21,2 +21,36 @@ # Solid Development eXperience toolkit

### Init workspace
Initializes a workspace for Solid Application Development.
```bash
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.
```bash
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.
```bash
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

@@ -23,0 +57,0 @@

@@ -96,3 +96,3 @@ import chalk from "chalk";

if (skipPackageJson) {
console.log(chalk.hex('#ff781f')('Existing package.json found, I am not touching it!'))
console.log(chalk.hex('#ff781f')('Existing package.json found, I am not touching it! (or use --force)'))
return;

@@ -99,0 +99,0 @@ }

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