curly-weasel-moo

0.13.0-alpha • Public • Published

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

/curly-weasel-moo/

    Package Sidebar

    Install

    npm i curly-weasel-moo

    Weekly Downloads

    20

    Version

    0.13.0-alpha

    License

    MIT

    Last publish

    Collaborators

    • filtercake