1.0.22 • Published 5 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
5 years ago
1.0.22
5 years ago
1.0.21
5 years ago
1.0.20
5 years ago
1.0.17
6 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago