Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comet-dev/ices
Ices are contained formats that simplifies distribution and installation for CometJS.
https://github.com/comet-dev/ices
dotfiles javascript
Last synced: 11 days ago
JSON representation
Ices are contained formats that simplifies distribution and installation for CometJS.
- Host: GitHub
- URL: https://github.com/comet-dev/ices
- Owner: comet-dev
- Created: 2016-04-30T18:26:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T12:24:50.000Z (about 8 years ago)
- Last Synced: 2024-01-04T18:02:08.001Z (about 1 year ago)
- Topics: dotfiles, javascript
- Language: JavaScript
- Homepage: http://comet-js.com/ices
- Size: 45.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IcesIces are contained formats that simplifies distribution and installation for CometJS. The better part is that they are also used for builds, modules, apis, components and CometJS plugins.
## Get Started
npm install and save as devDependency:
```sh
# Save ices to PATH and JSON - Currently 0.1.0
npm install ices --save-dev
```
Install and remove builds and plugins using ```ices install``` and ```ices remove```.
```sh
# Installation
ices install build-name
# Remove
ices remove build-name
```
Done! Your builds and plugins are successfully installed to the PATH of your choice. Add it to your repository!## Dotfile
Add the dotfile to your repo: ```.ices``` Ices handles your repository, whenever you install a build, all the packages and plugins are inset into the dotfile. Check out the wiki to learn the commands!
## Contributing
- Fork
- Make a pull request
- Issues? Bugs? Report it!