Skip to content

cheddar-lang/Cheesecloth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheesecloth

Build Status Code Climate Test Coverage Coverage Status Join the chat at https://gitter.im/cheddar-lang/Cheesecloth

The Cheddar Package Manager. Often abbreviated as CPM (Cheddar Package Manager).

Installing

You can install Cheesecloth by nagivating to the directory where you'd like to install Cheesecloth. Then run git clone https://github.com/cheddar-lang/Cheesecloth.git && cd Cheesecloth.

$ git clone https://github.com/cheddar-lang/Cheesecloth.git && cd Cheesecloth
Cloning into 'Cheesecloth'...
remote: Counting objects: 98, done.
remote: Compressing objects: 100% (71/71), done.
remote: Total 98 (delta 33), reused 74 (delta 15), pack-reused 0
Unpacking objects: 100% (98/98), done.
Checking connectivity... done.

Now you should be in the Cheesecloth directory. Go ahead and install the dependencies using: npm install (this may take a while). This should install everything

$ npm install

> [email protected] postinstall ./Cheesecloth
> grunt

Copied 1 file

Done.
[email protected] ./Cheesecloth

Building/Installing

To build and installCheesecloth simply run grunt. You may optionally pass a --memeify flag to build cheddar with some memes/eastereggs.

Running

To run Cheesecloth simply use the cpm command

Auto-Install Script

Just paste this in your console:

git clone https://github.com/cheddar-lang/Cheesecloth.git && cd Cheesecloth && npm install && grunt install --alias