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.
broccoli-taco
Advanced tools
Install the command line utility globally via NPM. This makes broccoli-taco new
available everywhere.
npm install -g broccoli-taco
To create a new site, run the new
command with the folder name as an argument. Then, install dependencies and run the development server. Your new site should now be available at http://localhost:4200/.
broccoli-taco new my-site
cd my-site && npm install
broccoli-taco serve
Now you can start adding pages, assets, and data.
To build your entire site into a folder, you can run the build
command with the destination folder as an argument. To compress assets, set the BROCCOLI_TACO_ENV
variable to production
.
broccoli-taco build dist
# or
BROCCOLI_TACO_ENV=production broccoli-taco build dist
See broccoli-taco.com for full docs.
Issues and pull requests are welcome! Tests along with changes are also very welcome.
The best way to develop is to clone the project and then run npm link from inside the project folder. Tnen you can create a test site and run npm link broccoli-taco
to link your project's broccoli-taco depenency to the cloned repo.
Tests can be run with npm test
.
FAQs
Broccoli based static site generator
The npm package broccoli-taco receives a total of 14 weekly downloads. As such, broccoli-taco popularity was classified as not popular.
We found that broccoli-taco 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.