The Cheddar Package Manager. Often abbreviated as CPM
(Cheddar Package Manager).
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
To build and installCheesecloth simply run grunt
. You may optionally pass a --memeify
flag to build cheddar with some memes/eastereggs.
To run Cheesecloth simply use the cpm
command
Just paste this in your console:
git clone https://github.com/cheddar-lang/Cheesecloth.git && cd Cheesecloth && npm install && grunt install --alias