Skip to content

apostrophecms-legacy/apostrophe-boilerplate-module

Repository files navigation

⛔️ DEPRECATED — do not use for new projects

See our current docs

apostrophe-module-boilerplate

A starting point for open source modules and bundles.

Get Started

# Clone this repo:
$ git clone --depth=1 https://github.com/apostrophecms/apostrophe-boilerplate-module.git MYMODULE

#  Then remove git refs:
$ rm -rf !$/.git

# Then init and commit:
$ cd MYMODULE
$ git init
$ git add -A
$ git commit -m "Initial commit generated from module boilerplate"
$ git remote add origin https://github.com/apostrophecms/REPO-NAME.git
$ git push -u origin master

Be sure to update name, etc in package.json

About

A starting point for an open source Apostrophe module / bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published