Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Docs for LEFapps development team

Please run npm run build before pushing to GitHub.

Table of contents

Packages

Overview

npmmeteormeteor wraps npm?should switch to npm
@lefapps/translationslef:translations
@lefapps/formslef:forms2
lef:adminlist?
lef:imgupload?
lef:userui
react-alertlef:alerts
lef:systemmailing
lef:cms
lef:guard
lef:utils

Development

Follow these steps to write new packages:

  1. Create a new npm package

    git clone git@github.com:LEFapps/npm-package-boilerplate.git
    mv npm-package-boilerplate yournewpackage
    cd yournewpackage
    rm -rf .git
    git init
  2. Push to new GitHub repository at LEFapps

  3. Publish to npm npm publish --access public 🚀

  4. OPTIONALLY. Write a Meteor wrapper package.

Only in rare cases would you only write a Meteor package.

About

📖 Documentation and how to's for LEFapps development team

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors