@solidlab/sdx
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27616
62
1