demo-gulp
Demo gulpfile.js using Gulp, PostCSS, Tailwind CSS, Pino, unfold, and more
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Repository
Demo gulpfile.js using Gulp, PostCSS, Tailwind CSS, Pino, unfold, and more
Basic Info
- Host: GitHub
- Owner: joelparkerhenderson
- Language: JavaScript
- Default Branch: master
- Size: 394 KB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 9
- Releases: 0
Metadata Files
README.md
Demo Gulp
Add Gulp and related tools
Setup:
sh
git clone https://github.com/joelparkerhenderson/demo_gulp.git
cd demo_gulp
./setup
The setup script installs modules that the demo uses:
sh
npm install --save-dev gulp-cli
npm install --save-dev gulp
npm install --save-dev gulp-concat
npm install --save-dev gulp-mustache
npm install --save-dev gulp-postcss
npm install --save-dev tailwindcss
npm install --save-dev autoprefixer
npm install --save-dev pino
The clearest way to see wha the demo does is to read the gulpfile.js
Usage
Copy HTML files from src/html to dist/html:
sh
npx gulp html
Copy image files from src/assets/images to dist/assets/images:
sh
npx gulp images
Process style files via Tailwind CSS from src/assets/styles to dist/assets/styles:
sh
npx gulp styles
Process template files via Mustache JS from src/templates to dist/templates:
sh
npx gulp templates
Owner
- Name: Joel Parker Henderson
- Login: joelparkerhenderson
- Kind: user
- Location: California
- Website: http://www.joelparkerhenderson.com
- Repositories: 319
- Profile: https://github.com/joelparkerhenderson
Software developer. Technology consultant. Creator of GitAlias.com, NumCommand.com, SixArm.com, and many open source projects.
Citation (CITATION.cff)
cff-version: 1.2.0
title: Demo Gulp
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/joelparkerhenderson/demo-gulp/'
description: Demo Gulp
repository-code: 'https://github.com/joelparkerhenderson/demo-gulp/'
abstract: >-
Demo Gulp
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 13 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 9
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 9
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (9)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 385 dependencies
- autoprefixer ^9.8.5 development
- gulp ^4.0.2 development
- gulp-cli ^2.3.0 development
- gulp-concat ^2.6.1 development
- gulp-mustache ^5.0.0 development
- gulp-postcss ^8.0.0 development
- pino ^6.4.1 development
- tailwindcss ^1.6.0 development