A curated set of clientside modules that represent "solved problems" for npm-listed clientside modules that closely follow the philosophy of ampersand.
If you need something that ampersand doesn't do, odds are good that there's something here that may.
Check out http://humanjavascript.com and follow @HenrikJoreteg on twitter.
For some reason github doesn't always trigger rebuilds of gh-pages when pushed. If it doesn't work, make sure you ran node build
, change something else, and push it again. Hopefully they fix this issue soon.
modules
section of package.json
with npm name of all modules you want to include.npm run fetch
to make the API calls to npm registry to fetch info, which then gets written to clientapp/fixtures/repos.json
.npm run build
to generate new built file.gh-pages
branch (which is the main branch) to update the actual tools.ampersandjs.com site.(there's also a yolo
script that fetches then builds)