Gathering detailed insights and metrics for generator-nikita
Gathering detailed insights and metrics for generator-nikita
Gathering detailed insights and metrics for generator-nikita
Gathering detailed insights and metrics for generator-nikita
The yeoman generator for nikita.kit project boilerplate
npm install generator-nikita
Typescript
Module System
Min. Node Version
Node Version
NPM Version
HTML (83.54%)
JavaScript (16.4%)
Shell (0.07%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
16 Stars
541 Commits
13 Forks
7 Watchers
1 Branches
9 Contributors
Updated on Apr 26, 2024
Latest Version
6.0.3
Package Id
generator-nikita@6.0.3
Unpacked Size
286.97 kB
Size
103.55 kB
File Count
163
NPM Version
6.4.1
Node Version
8.12.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
5
1
This is our generator to start a new web project from scratch. It will generate a completely customized version of our nikita kickstarter for your project. Feel free to re-run the generator to add or remove features.
swiper
, choices
, react-select
, a11y-dialog
, lodash
and date-fns
To execute generator-nikita, just go to desired directory and run:
1npx -p yo -p generator-nikita yo nikita
Then npx will download newest Yeoman cli and generator-nikita to it's cache dir and execute them.
Your project name
These answer will set the corresponding value in the generated package.json.
Which configuration template do you want to use?
* Web-App setup
* Symfony setup
* Wordpress setup
* Spring Boot setup
Here you can choose a config preset for your kind of project. See Templates section below for further information.
Customize this template?
Answer Yes
to customize the nikita default options.
This will ask you several questions which features, mixins, extends and libraries to add.
Which root folder do you want to use?
Here you can just hit enter to keep the template default root folder or enter a custom folder.
In this specified folder, the src
and static
folders gets created.
This is the standard template for stand-alone web apps. The root folder is your project directory by default.
The Symfony template sets the root folder to public/
.
In addition, the dev server can proxy your web-server and watch to twig template changes.
To use the nikita build files, just add something like following lines to your base.html.twig file:
1<link rel="stylesheet" href="{{ asset('static/generated/styles.css') }}" /> 2<script src="{{ asset('static/generated/main.js') }}"></script>
The Wordpress template sets the source folder to web/
.
To use the nikita build files (e.g. web/static/generated/main.js
and web/static/generated/styles.css
), just enqueue them in your wordpress theme like this:
1wp_enqueue_script('main.js', '/web/static/generated/main.js', array(), '1.0', false); 2wp_enqueue_style('styles.css', '/web/static/generated/styles.css', array(), '1.0', 'all');
The Spring Boot template sets the source folder to src/main/resources/web/
.
In addition, the files Application.java
and pom.xml
are generated.
Therefor you were ask for Java groupId, Java version and Spring Boot version.
We welcome contributions to generator nikita. See CONTRIBUTING.md for a small guide.
generator-nikita is licensed under CC0: Public Domain Dedication, please see NIKITA-LICENSE.md for further information.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/26 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
65 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More