Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladfilipro/webcase
An environment builder for your web projects
https://github.com/vladfilipro/webcase
depricated
Last synced: 25 days ago
JSON representation
An environment builder for your web projects
- Host: GitHub
- URL: https://github.com/vladfilipro/webcase
- Owner: vladfilipro
- Created: 2016-04-03T22:19:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T09:33:57.000Z (about 8 years ago)
- Last Synced: 2024-11-06T23:25:27.628Z (2 months ago)
- Topics: depricated
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WEBCASE
[![Dependency Status](https://david-dm.org/vladfilipro/webcase.svg)](https://david-dm.org/vladfilipro/webcase)## Installing webcase
- Install webcase via npm```
npm install webcase -g
```## Usage
- Create a directory for your new environment
- mkdir ~/test-app && cd $_
- Run the webcase initialization command```
webcase { template_name } init
```Fill the required information during the setup, and the project will create an environment in your current directory.
- Let's see if the environment works, shall we?
- npm start
- or
- npm run start## Creating a template for webcase
- In order to create a new template for webcase we run the command:```
webcase template init
```- This command will create a new template for webcase
- In order to add a new template to webcase, we need to install it globally:```
npm i webcase-my-template -g
```- We can now use the new template by running:
```
webcase my-template init
```- Note that a template must have the prefix `webcase-` in the package.json name in order to be treated by webcase
## Additional help
- You can always see the available commands for a template by using `webcase { template_name }`
- If you want to see the available templates installed on your system, use `webcase template list`## OS Support
- UBUNTU - tested
- OSX - tested
- WINDOWS - This package was never tested on Windows OS and it might not work due to path separator