![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
cliberry-ng6
Advanced tools
Cliberry/Schematics/angular cli collection for generation angular project with support and configuration for useful framework and tools.
Cliberry/Schematics/angular cli 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
;).
For using the project simply call
cliberry ng6 --force new NAME-OF-THE-PROJECT 'DESCRIPTION OF THE PROJECT'
--force
is not needed for an empty folder
or to generate part of the project
cliberry ng6 g NAME-OF-THE-ACTION
ng6
can not be needed if it's the default target of ng cli
(can be changed).
ng c cliberry-ng6 new NAME-OF-THE-PROJECT 'DESCRIPTION OF THE PROJECT'
ng c cliberry-ng6 g NAME-OF-THE-ACTION
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!
FAQs
Cliberry/Schematics/angular cli collection for generation angular project with support and configuration for useful framework and tools.
The npm package cliberry-ng6 receives a total of 1 weekly downloads. As such, cliberry-ng6 popularity was classified as not popular.
We found that cliberry-ng6 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.