Skip to content

agilee/steroids-js

 
 

Repository files navigation

Steroids JS

A JavaScript library to be used with AppGyver Steroids and Steroids npm.

Development:

npm install

Testing

Automated

There is a jasmine test project in specsApp/ that has steroids.js symlinked from dist/

Explorative

There is a separate steroids project in testApp/ that has steroids.js symlinked from dist/

Publishing:

sh ./bumb-plz.sh

grunt
git submodule update  # ensure bower/

cd bower && git co master && cd ..

echo "VERSION=$(coffee sync-bower.coffee)"

cp dist/steroids.js bower/steroids.js
cd bower && git co master && git commit -am "$VERSION" && git tag "v$VERSION" && git push && git push --tags && cd ..
git add bower && git commit -m "Updated submodule to $VERSION" && git push && git push --tags

npm publish ./

License

Steroids.js is released under the MIT License.

About

Steroids JavaScript Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published