Gathering detailed insights and metrics for generator-ionic-incubator
Gathering detailed insights and metrics for generator-ionic-incubator
Gathering detailed insights and metrics for generator-ionic-incubator
Gathering detailed insights and metrics for generator-ionic-incubator
npm install generator-ionic-incubator
Typescript
Module System
Node Version
NPM Version
JavaScript (92.01%)
HTML (6.55%)
CSS (1.45%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Stars
36 Commits
1 Watchers
8 Branches
4 Contributors
Updated on Sep 13, 2024
Latest Version
0.6.0
Package Id
generator-ionic-incubator@0.6.0
Size
52.62 kB
NPM Version
3.5.3
Node Version
4.2.1
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
Yeoman generator for Ionic Projects. Sets up a default Ionic template with E2E testing and Unit testing.
First, install Yeoman and generator-ionic-incubator using npm (we assume you have pre-installed node.js).
1npm install -g yo 2npm install -g generator-ionic-incubator
Then generate your new project inside your app directory:
1yo ionic-incubator
To run the application just run:
1gulp
gulp
or gulp default
Runs the following commands: clean, fonts, templates, styles, images, vendor, buildIndex, watchers, serve
gulp -b
or gulp default -b
Runs the following commands: clean, fonts, templates, styles, images, vendor, buildIndex
gulp -e
or gulp default -e
Runs the following commands: clean, fonts, templates, styles, images, vendor, buildIndex, ionic:emulate, watchers
(Make sure you've added a platform before running this command)
gulp -r
or gulp default -r
Runs the following commands: clean, fonts, templates, styles, images, vendor, buildIndex, ionic:run
(Make sure you've added a platform before running this command)
gulp clean
Deletes the www
folder.
gulp styles
Concatenates, autoprefixes and strips comments from the scss files into a single main.css file.
gulp scripts
Concatenates, and uglifies js files from the templates and scripts directories into a single app.js file.
gulp fonts
Builds a webfont from the Ionicons webfont.
gulp templates
Copies the templates directory from the src
folder to the www
folder.
gulp images
Copies the images directory from the src
folder to the www
folder.
gulp jsHint
Lints the js files based on the .jshintrc ruleset.
gulp vendor
Concatenates and uglifies all the vendor scripts and places the vendor.js file in the www
directory.
gulp buildIndex
Injects the css and js files into the index.html file.
gulp karma
Runs the Karma unit tests.
gulp protractor
Runs the Protractor E2E tests.
gulp watchers
Starts watching the scss, fonts, images and template files.
gulp ripple
Launches Apache Ripple (make sure you've added a platform before running this command).
MIT © Pieter Bogaerts
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 4/29 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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