Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ docs Public

📖 Documentation and how to's for LEFapps development team

Notifications You must be signed in to change notification settings

LEFapps/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs for LEFapps development team

Please run npm run build before pushing to GitHub.

Table of contents

Packages

Overview

npm meteor meteor wraps npm? should switch to npm
@lefapps/translations lef:translations
@lefapps/forms lef:forms2
lef:adminlist ?
lef:imgupload ?
lef:userui
react-alert lef: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 [email protected]: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

Watchers

Forks

Releases

No releases published

Packages

No packages published