Installation¶
Smacco is written on Javascript and published on NPM. The tool can be used online, so only advanced developers are required to install this.
How to install¶
Install on web browser
<script src="https://unpkg.com/neo-smacco/dist/bundle.js"></script>
Smacco = smacco.Smacco;
Install on npm
npm install neo-smacco
const Smacco = require('neo-smacco').Smacco;
Cloning from GitHub¶
To clone OptFrame repository from GitHub:
git clone https://github.com/neoresearch/neo-smacco.git
Development Workflow¶
Tests
npm test
Build Webpack
npm run build
New minor version
npm version minor
Push and Publish
git push origin master --tags
npm publish
That’s it! If you want to try it, jump to ./quickstart.html.