Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
gulpfile-generator
Advanced tools
Are you tired of always having to manually set up a gulpfile.js
for every new project? Me too, that's why I've written this small tool that will generate the gulpfile.js
for you, based on your needs.
gulpfile-generator
is an interactive tool to help your create your custom gulpfile.js
. gulpfile-generator
is run as an CLI where you will be asked for what tasks you want in your gulpfile.js
. When it is done it will generate a gulpfile.js
in the same folder as you are standing in. You can then optionally let it generate a file containing the exact npm
command to install the dependencies you need for your gulpfile.js
.
Since you probably want to use this tool for multiple projects, it makes sense to let it live in your global node_modules
folder (hence the g
flag).
npm install -g gulpfile-generator
gulpfile-generator
This will start up an interactive interface where you should follow the instructions.
Install dependencies and make CLI available in root
make install link
Do code changes
Run generator with
./gulpfile-generator
Run linter and tests
make lint test
FAQs
An interactive generator for custom Gulp configurations
We found that gulpfile-generator 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.