Socket
Socket
Sign inDemoInstall

roc

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roc - npm Package Compare versions

Comparing version 1.0.0-alpha to 1.0.0-alpha1

.editorconfig

34

package.json
{
"name": "roc",
"version": "1.0.0-alpha",
"description": "CLI for Roc",
"bin": "./lib/roc.js",
"version": "1.0.0-alpha1",
"description": "CLI for the Roc ecosystem",
"main": "./lib/index.js",
"bin": "./lib/cli/roc.js",
"preferGlobal": true,

@@ -18,13 +19,14 @@ "scripts": {

"dependencies": {
"babel-runtime": "~5.8.34",
"colors": "~1.1.2",
"commander": "~2.9.0",
"fs-extra": "~0.26.2",
"inquirer": "~0.11.0",
"lodash": "~3.10.1",
"multi-progress": "~1.0.0",
"prettysize": "0.0.3",
"rimraf": "~2.4.3",
"roc-config": "1.0.0-alpha",
"replace": "~0.3.0",
"request": "~2.65.0",
"roc-config": "1.0.0-alpha1",
"semver": "~5.0.3",
"shelljs": "~0.5.3",
"source-map-support": "~0.3.2"
"source-map-support": "~0.3.2",
"tar": "~2.2.1",
"temp": "~0.8.3"
},

@@ -36,4 +38,12 @@ "devDependencies": {

"eslint-config-vgno": "~5.0.0",
"npm-check-updates": "~2.4.2"
}
"npm-check-updates": "~2.4.2",
"rimraf": "~2.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/vgno/roc.git"
},
"keywords": [
"roc"
]
}
# Roc
## Modern Application Development Ecosystem
_Project status is currently: WIP proof of concept_
_Project status is currently WIP proof of concept_

@@ -23,3 +23,2 @@ Provides a complete ecosystem for developing modern applications.

```
Note: packages **not yet made available**. Roc is currently used by another module.

@@ -41,7 +40,7 @@ ### Basic web application

`roc help` will provide available actions.
`dev` starts the application locally in development mode with hot code reloading and Browersync. View your application at http://localhost:3002
`dev` starts the application locally in development mode with hot code reloading and Browersync. View your application at http://localhost:3002
## Motivation
Roc was born out of the need to create modern applications following the correct conventions and using best practices consistently.
We quickly realized that keeping boilerplate updated within each project over time was unmanagable. It seems natural to have this _repeated complexity managed by separated semantically versioned packages_.
We quickly realized that keeping boilerplate updated within each project over time was unmanageable. It seems natural to have this _repeated complexity managed by separated semantically versioned packages_.

@@ -58,2 +57,6 @@ ## Read the code

## Contribute
We are still working on getting the balance between flexibility and easy-of-use. Input here is valuable to us. Please get in touch and sync with us before comitting your time to large PRs at this stage of the project.
We are still working on getting the balance between flexibility and easy-of-use. Input here is valuable to us. Please get in touch and sync with us before committing your time to large PRs at this stage of the project.
## Thanks
Thanks to [Jongleberry](https://github.com/jonathanong) for letting us use the `roc` package name on npm.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc