0.13.0-alpha • Published 9 years ago
curly-weasel-moo v0.13.0-alpha
curly-weasel-moo
curly-weasel-moo is a toolkit to scaffold and build quick browser UI prototypes. It works with npm scripts – no gulp, no grunt.
It brings some handy defaults and packages which should make prototyping in the browser quicker and more fun, like jade, sass, surge, colors. (tbc: icons, ui elements, typography defaults...)
REQUIRES NPM 3
To get started from zero...
...open your terminal and enter these lines:
mkdir my-new-thing
cd my-new-thing
git init
# make a .gitignore
echo "dist/" > .gitignore
echo "node_modules/" >> .gitignore
echo "npm-debug.log" >> .gitignore
# generate a package.json
npm init
# install the toolbox
npm install --save curly-weasel-moo
# add script shortcuts to package.json
node_modules/npm-add-script/cmd.js --key "start" --value "node_modules/curly-weasel-moo/scripts/start"
node_modules/npm-add-script/cmd.js --key "deploy" --value "node_modules/curly-weasel-moo/scripts/deploy"
node_modules/npm-add-script/cmd.js --key "init" --value "node_modules/curly-weasel-moo/scripts/init"
# generate scaffold skeleton
npm run init
npm start # stuff should get compiled into a new dist folder
# and a browser window should open
0.13.0-alpha
9 years ago
0.12.0
10 years ago
0.11.3
10 years ago
0.11.2
10 years ago
0.11.1
10 years ago
0.10.0
10 years ago
0.9.2
10 years ago
0.9.1
10 years ago
0.9.0
10 years ago
0.8.2
10 years ago
0.8.1
10 years ago
0.8.0
10 years ago
0.7.1
10 years ago
0.6.1
10 years ago
0.6.0
10 years ago
1.0.4
10 years ago
1.0.1
10 years ago