Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
cliberry-schematics
Advanced tools
Collection for schematics template used in cliberry/schematics/angular cli that creates empty template for cliberry/schematics/angular.
Schematics collection for generation angular project with support and configuration for useful framework and tools
This repository is a basic Schematic/Cliberry implementation that serves as a starting point to create and publish Schematics to NPM.
For using the cli you need to install the npm package first:
npm install g cliberry
or
yarn g cliberry
and then using cli like an @angular/cli.
The default schematics will be set to local templates if needed. They can be override
by adding additional --collection
parameter.
There is no need to install @angular/cli
it is included inside cliberry
tool.
Have fun with using cliberry
;).
Create new cliberry/schematics collection with:
To test locally, install @angular-devkit/schematics-cli
globally and use the schematics
command line tool. That tool acts the same as the generate
command of the Angular CLI, but also has a debug mode.
Check the documentation with
schematics --help
yarn test
or npm run test
will run the unit tests, using Jasmine as a runner and test framework.
To publish, simply do:
yarn build
yarn publish
npm run build
npm publish
That's it!
[0.0.9] - 2018-09-17
cliberry schematics g --name 'name' --description 'desc' --alias a1 --alias a2 --parameter 'pass:p:password desc' --parameter login:l --parameter email
FAQs
Collection for schematics template used in cliberry/schematics/angular cli that creates empty template for cliberry/schematics/angular.
The npm package cliberry-schematics receives a total of 4 weekly downloads. As such, cliberry-schematics popularity was classified as not popular.
We found that cliberry-schematics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.