Skip to content

zodern/mup-plugin-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Boilerplate for Meteor Up Plugins

Learn how to create plugins from the Meteor Up docs.

Folders:

src This is the source for the plugin. You can use es6 in these files.

src/assets Place any scripts or templates used by nodemiral tasks here.

lib Files in this folder are generated by babel, and are used when running the plugin. They are ignored by git, but included when published on npm.

Scripts

npm run build Generates the lib folder from the src folder

npm run build:watch Same as the build script, but will watch for files that change and regenerate them

Getting Started

Run the commands:

git clone https://github.com/zodern/mup-plugin-boilerplate.git <plugin name>
cd <plugin name>
rm -rf .git
git init

Next, you will want to change name and description in package.json and src/index

About

Boilerplate for Meteor Up plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published