1.0.22 • Published 4 years ago
anubis-project v1.0.22
Anubis is a project scaffolding that can be stood up with only a few commands and provides a full webpack environment, scss loader, router, and unit testing. The Anubis framework is built to work with the Osiris framework.
Note: Osiris currently does not have public documentation.
Create empty npm project
mkdir <projectname>
cd <projectname>
touch package.jsonPopulate package.json
{
"name": "<projectname>",
"version": "0.0.0"
}Install Anubis
npm install anubis-projectInit
npx anubis initRun Webpack Dev Server
npx anubis startBuild Dev Files
Builds the css and js files into an uncompressed state
npx anubis build-devBuild Production Files
Builds the css and js files into an compressed state
npx anubis buildRun Unit Tests
npx anubis test1.0.18
4 years ago
1.0.22
4 years ago
1.0.21
4 years ago
1.0.20
4 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago