@nexssp/language
Advanced tools
Comparing version 1.1.22 to 1.1.23
{ | ||
"name": "@nexssp/language", | ||
"description": "All about programming languages - history, founders, how to install, package managers, logo..", | ||
"version": "1.1.22", | ||
"version": "1.1.23", | ||
"homepage": "https://nexss.com", | ||
@@ -64,2 +64,3 @@ "main": "src/language.js", | ||
"@nexssp/logdebug": "^1.0.20", | ||
"@nexssp/markdown": "^1.0.1", | ||
"@nexssp/os": "^2.0.25", | ||
@@ -66,0 +67,0 @@ "@nexssp/plugin": "^1.0.9", |
@@ -11,3 +11,6 @@ # @nexssp/language | ||
```sh | ||
``` | ||
nexssp-language [ext] readme # new - displays README.md for the selected [ext] language | ||
nexssp-language [ext] help | ||
nexssp-language list | ||
@@ -35,2 +38,4 @@ nexssp-language [ext] install # install language from over 50 of them, see above list | ||
node ./bin/nexssp-language.js | ||
node ./bin/nexssp-language.js php help # displays extra info about language like founder, year, path to config and much more.. | ||
node ./bin/nexssp-language.js php readme # displays README.md for the language | ||
@@ -37,0 +42,0 @@ # run repl for the language example of NodeJS |
@@ -11,6 +11,6 @@ module.exports = (cmd, args, extension, languageConfig) => { | ||
console.log(`Current command: ${bold(currentCommand.command)}`) | ||
const configPath = require('path').dirname(languageConfig.configFile) | ||
console.log(`Config path: ${bold(configPath)}`) | ||
// console.log('extension', a) | ||
// (null, true) - null - get default compiler, true - continue on error | ||
const compiler = languageConfig.getCompiler(null, true) | ||
@@ -44,3 +44,7 @@ if (compiler) { | ||
console.log( | ||
`Please use ${bold('help')} and also ${bold('readme')} comamnds to display more info.` | ||
) | ||
process.exit(1) | ||
} |
@@ -49,2 +49,3 @@ { | ||
".sh": "https://github.com/nexssp/language_bash.git", | ||
".sol": "https://github.com/nexssp/language_solidity.git", | ||
".swift": "https://github.com/nexssp/language_swift.git", | ||
@@ -51,0 +52,0 @@ ".tcl": "https://github.com/nexssp/language_tcltk.git", |
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
92935
55
2172
133
15
34
+ Added@nexssp/markdown@^1.0.1