@fulminate/cli
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
18
1
17462
37
444
1