
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
generator-make-it-happen
Advanced tools
An opinionated Yeoman generator that scaffolds a Browserify-based, Grunt-built web app.
Maintainer: Dan Delany
npm install -g generator-make-it-happen
Then run the debug server:
grunt debug
The development build will be created in build/dev
. NOTE: files in the build
directory should never be modified,
as they will be overwritten whenever the grunt task is run. Make all modifications in src
.
To build a minified version of the app for distribution, run the 'build' grunt task:
grunt build
The build will be created in build/dist
.
Planned features in rough order of priority:
See the contributing docs.
Bugs and feature requests may be reported on the Github issues page.
Pull requests are welcome. However, this is an opinionated generator, and your opinions on what should be included may differ from ours. For this reason, filing an issue to discuss your planned contribution before writing any code is encouraged.
Copyright © 2014 dan.delany@gmail.com
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING.md file for more details.
FAQs
Yeoman generator for browserify-based frontend projects
We found that generator-make-it-happen 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.