Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@kaudal/curriculum-parser
Advanced tools
Command line tool used to parse content written in markdown for our courses in Aprende at @kaudal <!-- (See [Laboratoria/bootcamp](https://github.com/Laboratoria/bootcamp)). -->
Command line tool used to parse content written in markdown for our courses in Aprende at @kaudal
Install as a development dependency in your project:
npm i --save-dev @kaudal/curriculum-parser
You should now be able to run it with npx
:
npx curriculum-parser # when already installed in project
# or alternatively using full package name (with org)
# this works even if not previously installed.
npx @kaudal/curriculum-parser
You can also install curriculum-parser
globally using npm
like this:
npm i -g @kaudal/curriculum-parser
If you get a permission error please try using sudo
(you may need admin
permissions depending on your node installation).
# using `sudo` (only if previous step failed)
sudo npm i -g @kaudal/curriculum-parser
Alternatively you can install using a local clone.
# clone from your own fork
git clone git@github.com:<your-username>Kaudal/curriculum-parser.git
cd curriculum-parser
npm install
npm link
If the above command fails, try using sudo
:
sudo npm link
If you installed globally using npm
you can simply re-install like so:
npm i -g @kaudal/curriculum-parser
If you chose to install using a local clone, you can update your clone to upstream master:
# go into local copy of repo
cd curriculum-parser
# if not yet added a reference to upstream remote we add it
git remote add upstream git@github.com:Kaudal/curriculum-parser.git
# fetch changes and merge upstream/master into local master
git fetch upstream
git merge upstream/master
# you may also want to push changes to your fork
git push origin master
After installing globally (or linking with npm link
) you should have the
curriculum-parser
command available in your PATH
.
Usage: curriculum-parser [command] [options]
Commands:
help
topic <dir> --repo --version --locale --track [--suffix]
project <dir> --repo --version --locale --track [--lo=some/dir] [--suffix]
Global options:
-h, --help Show help
-V Show version
curriculum-parser topic . \
--repo some-github-user/some-github-repo \
--path . \
--version 1.0.0 \
--track business \
--locale es-ES
FAQs
Command line tool used to parse content written in markdown for our courses in Aprende at @kaudal <!-- (See [Laboratoria/bootcamp](https://github.com/Laboratoria/bootcamp)). -->
The npm package @kaudal/curriculum-parser receives a total of 0 weekly downloads. As such, @kaudal/curriculum-parser popularity was classified as not popular.
We found that @kaudal/curriculum-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.