Skip to content

Tools and utility functions used to build and develop Miruken's libraries.

License

Notifications You must be signed in to change notification settings

Miruken-JS/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tools

Tools and utility functions used to build and develop Miruken's libraries.

To create a dev environment:

  1. Create an miruken directory to hold all of the projects.
mkdir miruken
  1. Change to the new directory
cd aurelia
  1. Clone this repository into the tools directory. This repo contains the helper tools for creating the dev environment.
git clone https:/aurelia/tools.git
  1. Clone the skeleton-navigation also which is the base app for testing -
git clone https:/aurelia/skeleton-navigation.git
  1. Change directory into skeleton-navigation
cd skeleton-navigation
  1. Install the skeleton-navigation application's dependencies:
npm install
jspm install
  1. Build the dev environment. This will create all of the directories inside of aurelia under the proper name, git clone them all and then perform a gulp build.
gulp build-dev-env

Now you have the ability to update the repos locally, make changes, and use those in the skeleton app in the aurelia directory by using the gulp update-own-deps command.

Alternatively, run gulp pull-dev-env to only pull down each aurelia dependency and not perform builds.

About

Tools and utility functions used to build and develop Miruken's libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published