New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fulminate/cli

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fulminate/cli - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

index.ts

4

index.js

@@ -19,4 +19,4 @@ #!/usr/bin/env node

}
else if (argv['bootstrap'] !== undefined) {
bootstrap_command_1.BootstrapCommand(argv['bootstrap']).then(function () {
else if (argv.bootstrap !== undefined) {
bootstrap_command_1.BootstrapCommand(argv.bootstrap).then(function () {
shell_1.Shell.write('Fulminate project bootstrap successfully installed!', 'green', 'bold');

@@ -23,0 +23,0 @@ process.exit(0);

{
"name": "@fulminate/cli",
"version": "2.1.1",
"version": "2.1.2",
"description": "CLI for bootstrapping and simplifying control over Fulminate Framework projects.",
"main": "index.js",
"scripts": {
"test": "ts-mocha **/**/*.spec.ts **/*.spec.ts *.spec.ts"
"test": "ts-mocha **/**/*.spec.ts **/*.spec.ts"
},

@@ -9,0 +9,0 @@ "keywords": [

@@ -6,2 +6,14 @@ # Fulminate CLI

Under construction
## Installation
Install Fulminate CLI globally with:
`npm i -g @fulminate/cli`
## Creating new projects
After installing Fulminate CLI, run:
`glint --bootstrap=<PROJECT_NAME>`
Replace `PROJECT_NAME` with the name of the project you are going to create. Fulminate CLI will create a folder with this project name inside your current working directory and put a bootstrap project there.

@@ -9,4 +9,4 @@ "use strict";

__export(require("./file.reader"));
__export(require("./getWorkingDirectory"));
__export(require("./path.util"));
__export(require("./shell"));
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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