Skip to content

alessaloisio/libra-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIBRA-CORE

This repo regroup all boilerplate for libra-cli

How to create a new library

  1. Create your boilerplate environment

  2. Create a libra.json file on the root of your new boilerplate

    "YOUR_KEY": "QUESTION"

    {
      "name": "Library name : ",
      "description": "Library description : ",
      "repoUrl": "Library repo url : ",
      "author": "Library author : "
    }
  3. You can right now edit all files with your dynamic keys

    replace static values with {[{YOUR_KEY}]}

    bower.json example :

    {
      "name": "{[{name}]}",
      "main": "{[{name}]}.js",
      "homepage": "{[{repoUrl}]}",
      "authors": ["{[{author}]}"],
      "description": "{[{description}]}",
      "license": "MIT",
      "ignore": [
        "**/.*",
        "index.js",
        "build*.js",
        "package.json",
        "node_modules",
        "bower_components",
        "test"
      ]
    }

About

This repo regroup all boilerplate for libra-cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published