
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
package-name
Advanced tools
This is the Ember.js Brunch app skeleton that I always wanted. And now I have it! Muwahahaah.
brunch new <appname> --skeleton https://github.com/wordofchristian/brunch-with-hampsters
brunch w -s
or
$ git clone git@github.com:wordofchristian/brunch-with-hampsters.git
$ npm install
$ brunch w -s
or
$ git clone git@github.com:wordofchristian/brunch-with-hampsters.git && npm install && brunch w -s
There are some helpful generators to get you started.
First install scaffolt
npm install -g scaffolt
Calling scaffolt controller corn
will make a new controller at
app/controllers/corn.coffee
module.exports = CornController = Em.ObjectController.extend
content: null
The following generators are supported out of the box:
(T) Denotes a generator that also generates it's own test file.
All the generators live inside the /generators
directory. They are easily
customizable and you can quickly create your own. See the saffolt for more information.
##Testing
Includes mocha for testing.
./bin/test
will run all the tests from from the command line using phantom-js.
If you want to run the tests in the browser you can run brunch w -s
and then
visit localhost:3333/test/. This works with
autoreload.
This started as a frankenmoster of my favorite parts of elving/brunch-with-hipsters and charlesjolley/ember-brunch
Special thanks to both those smart brunchers.
FAQs
Package description
The npm package package-name receives a total of 1,113 weekly downloads. As such, package-name popularity was classified as popular.
We found that package-name 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.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.